Skip to content

Commit

Permalink
set fail-fast false for long tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Aug 11, 2023
1 parent 927b870 commit 1c0f838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: macos-latest

strategy:
fail-fast: false
matrix:
include:
- repo: "morpho-org/morpho-data-structures"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: macos-latest

strategy:
fail-fast: false
matrix:
include:
- testname: "examples/tokens/ERC20"
Expand Down

0 comments on commit 1c0f838

Please sign in to comment.