Update ci.sh

This commit is contained in:
Alex Ellis 2018-09-20 11:47:34 +01:00 committed by GitHub
parent f6230e9e83
commit 3ff6015a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,8 +71,9 @@ cd $GOPATH/src/github.com/openfaas/faas/gateway/tests/integration && \
go test -v -count=1
echo Running certifier
export OPENFAAS_URL=http://127.0.0.1:8080
cd $GOPATH/src/github.com/openfaas/certifier && \
make test
make test-swarm
echo Integration tests all PASSED
exit 0