ci: exclude integration tests for now (#3188)

A workaround for inconsistent results on Windows
This commit is contained in:
Mark Sargent
2020-03-26 03:55:14 +13:00
committed by GitHub
parent 9eecd698da
commit ba08833b2a
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ jobs:
# continue-on-error: true
run: |
# (go test -v -coverprofile=cover-profile.out -race ./... 2>&1) > test-results/test-result.out
go test -v -coverprofile="cover-profile.out" -race ./...
go test -v -coverprofile="cover-profile.out" -short -race ./...
# echo "::set-output name=status::$?"
# Relevant step if we reinvestigate publishing test/coverage reports