Do not run integration tests by default.

This commit is contained in:
Timo Reimann 2017-10-13 11:08:03 +02:00 committed by Traefiker
parent 4d1285d8e5
commit 914f3d1fa3
3 changed files with 13 additions and 2 deletions

View file

@ -13,4 +13,4 @@ fi
cd integration
echo "Testing against…"
docker version
CGO_ENABLED=0 go test $TESTFLAGS
CGO_ENABLED=0 go test -integration $TESTFLAGS