Skip to content

Commit

Permalink
ci: temporarily turn off fail-fast so that ubuntu tests run (pola-rs#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Jul 28, 2023
1 parent 9ff9b0a commit 3881d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]

Expand Down

0 comments on commit 3881d3d

Please sign in to comment.