Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac8668 authored Dec 30, 2023
1 parent 1db6a3f commit 19e2b23
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,3 @@ jobs:
with:
command: clippy
args: --target ${{ matrix.config.target }} --locked -- -W clippy::correctness -D warnings

# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}

0 comments on commit 19e2b23

Please sign in to comment.