mirror of
https://github.com/containous/traefik.git
synced 2025-01-26 10:03:48 +03:00
6 lines
119 B
Bash
6 lines
119 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
|
||
|
make test-unit && make test-integration
|
||
|
make -j${N_MAKE_JOBS} crossbinary-default-parallel
|