Skip to content

Commit

Permalink
ci: move deny to test
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 9, 2024
1 parent 2e56b8f commit 18d6f1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/deny.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ jobs:
cache-on-failure: true
- run: cargo hack check

deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
with:
# Clear out arguments to not pass `--all-features` to `cargo deny`.
# Many crates have an `openssl` feature which enables banned dependencies.
deny-flags: ""

ci-success:
runs-on: ubuntu-latest
if: always()
Expand All @@ -122,6 +129,7 @@ jobs:
- rustfmt
- forge-fmt
- crate-checks
- deny
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down

0 comments on commit 18d6f1a

Please sign in to comment.