Skip to content

Commit

Permalink
Ensure other parallel tests run to completion even if one of them fail
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Sep 12, 2023
1 parent 11d0263 commit 12e3900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/interchaintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
needs: prepare-scenario-matrix
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
test: ${{fromJson(needs.prepare-scenario-matrix.outputs.matrix)}}

Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ interchaintest-fee-middleware:
interchaintest-fee-grant:
cd interchaintest && go test -race -v -run TestRelayerFeeGrant .

## Scenario tests are suitable for simple networks of 1 validator and no full nodes. They test specific functionality.
interchaintest-scenario:
interchaintest-scenario: ## Scenario tests are suitable for simple networks of 1 validator and no full nodes. They test specific functionality.
cd interchaintest && go test -timeout 30m -race -v -run TestScenarioClient ./...


Expand Down

0 comments on commit 12e3900

Please sign in to comment.