Skip to content

Commit

Permalink
continue on error for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Oct 5, 2024
1 parent 9e3be6a commit ec4384d
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 @@ -106,6 +106,7 @@ jobs:
os: [windows-latest, ubuntu-latest]
rust: [1.65.0, 1.71.1]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ec4384d

Please sign in to comment.