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 }}
|
CORSO_PASSPHRASE: ${{ secrets.INTEGRATION_TEST_CORSO_PASSPHRASE }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
go test \
|
go test \
|
||||||
-json \
|
-json \
|
||||||
-v \
|
-v \
|
||||||
|
-failfast \
|
||||||
./... 2>&1 | tee ./testlog/gotest.log | gotestfmt -hide successful-tests
|
./... 2>&1 | tee ./testlog/gotest.log | gotestfmt -hide successful-tests
|
||||||
|
|
||||||
# Upload the original go test log as an artifact for later review.
|
# Upload the original go test log as an artifact for later review.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user