add failfast to ci test runs (#1529)
## Type of change - [x] 🐹 Trivial/Minor ## Issue(s) * #1528 ## Test Plan - [x] 💚 E2E
This commit is contained in:
parent
56b3c63e7c
commit
bd2e762665
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -178,9 +178,10 @@ jobs:
|
||||
CORSO_PASSPHRASE: ${{ secrets.INTEGRATION_TEST_CORSO_PASSPHRASE }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
go test \
|
||||
-json \
|
||||
-v \
|
||||
go test \
|
||||
-json \
|
||||
-v \
|
||||
-failfast \
|
||||
./... 2>&1 | tee ./testlog/gotest.log | gotestfmt -hide successful-tests
|
||||
|
||||
# Upload the original go test log as an artifact for later review.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user