Skip to content

Commit

Permalink
Don't fail-fast on install CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Mar 21, 2024
1 parent c3f516a commit f238d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
locked: ["", "--locked"]
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: cargo-install
Expand Down

0 comments on commit f238d74

Please sign in to comment.