Skip to content

Commit

Permalink
ci: allow cargo-deny to fail for now
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémy Levilain <jeremy@jeremylvln.fr>
  • Loading branch information
jeremylvln committed May 15, 2024
1 parent f271222 commit de5810d
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 @@ -98,6 +98,7 @@ jobs:

- name: Run cargo-deny
if: github.event_name == 'pull_request'
continue-on-error: true
run: cargo deny check

- name: Run clippy
Expand Down

0 comments on commit de5810d

Please sign in to comment.