Skip to content

Commit

Permalink
Merge pull request #97 from skatkov/fail-fast-false
Browse files Browse the repository at this point in the history
CI: don't fail fast
  • Loading branch information
djmb authored Oct 11, 2023
2 parents bf36b08 + 2b6fecb commit e486580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
name: Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: [3.2.2]
database: [sqlite, postgres, mysql]
Expand Down

0 comments on commit e486580

Please # to comment.