Skip to content

Commit

Permalink
Setup matrix configuration in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dlozeve committed Oct 23, 2021
1 parent e1e694f commit e0e2619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false # if one fails, do not cancel the other
matrix:
gambit-version: ['v4.9.3', 'master']
steps:
Expand Down

0 comments on commit e0e2619

Please sign in to comment.