Do not run integration tests by default.
This commit is contained in:
parent
4d1285d8e5
commit
914f3d1fa3
3 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue