Skip to content

Commit

Permalink
ci: fail fast to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Sep 18, 2024
1 parent e8dbe55 commit 02d853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: ["v1.x", canary]
fail-fast: false
steps:
- name: Setup repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 02d853b

Please sign in to comment.