Skip to content

Commit c0ebb14

Browse files
committed
ci: disable fail-fast
This disables the fail-fast behavior, so all tests still get run even if some fail.
1 parent 6bb6e72 commit c0ebb14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
tests:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
os: ["ubuntu-latest", "windows-2022"]
2021
type: ["brownie", "buidler", "dapp", "embark", "etherlime", "hardhat", "solc", "truffle", "waffle", "foundry"]

0 commit comments

Comments
 (0)