traefik/.semaphoreci/tests.sh
2017-05-12 17:18:47 +02:00

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