traefik/.semaphoreci/tests.sh
2017-05-04 22:04:20 +02:00

6 lines
119 B
Bash
Executable file

#!/usr/bin/env bash
set -e
make test-unit && make test-integration
make -j${N_MAKE_JOBS} crossbinary-default-parallel