Skip to content

Commit

Permalink
allow clippy to fail in workflow to work around a false positive [1]
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshkukreti committed Sep 10, 2021
1 parent 11c665e commit 6c0d8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
- run: cargo fmt -- --check
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: cargo clippy
continue-on-error: true

0 comments on commit 6c0d8d5

Please sign in to comment.