mirror of
https://github.com/containous/traefik.git
synced 2024-12-25 23:21:40 +03:00
7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
make test-unit
|
|
ci_retry make test-integration
|
|
make -j${N_MAKE_JOBS} crossbinary-default-parallel
|