Skip to content

Commit

Permalink
Merge pull request #44 from palfrey/permit-beta-nightly-clippy-fails
Browse files Browse the repository at this point in the history
Permit beta/nightly clippy fails
  • Loading branch information
palfrey authored Nov 13, 2021
2 parents 91f8bf0 + 707e235 commit d4bf34a
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 @@ -39,6 +39,7 @@ jobs:
RUSTFLAGS: -Dwarnings
with:
command: clippy
continue-on-error: ${{ matrix.rust == 'nightly' || matrix.rust == 'beta' }}
- name: Build and test
uses: actions-rs/cargo@v1.0.3
with:
Expand Down

0 comments on commit d4bf34a

Please sign in to comment.