Skip to content

Commit

Permalink
Clarify reasoning for not checking advisories in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Nov 15, 2022
1 parent a6fb0d9 commit 977b0da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
# Doesn't run on advisores due to their frequency and general irrelevancy
# The official recommendation is to continue when they fail, yet you can't
# even open an issue when they do, making it pointless to have here
# GitHub will still alert us if an advisory appears
- name: Run cargo deny
run: cargo deny -L error --all-features check bans licenses sources
run: cargo deny -L error --all-features check licenses bans sources

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 977b0da

Please sign in to comment.