traefik/.semaphoreci/tests.sh

6 lines
119 B
Bash
Raw Normal View History

2017-05-04 13:23:04 +00:00
#!/usr/bin/env bash
set -e
make test-unit && make test-integration
make -j${N_MAKE_JOBS} crossbinary-default-parallel