Skip to content

Commit aa69ed1

Browse files
authored
ci: move deny to test (#9524)
1 parent 2e56b8f commit aa69ed1

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

.github/workflows/deny.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ jobs:
110110
cache-on-failure: true
111111
- run: cargo hack check
112112

113+
deny:
114+
uses: ithacaxyz/ci/.github/workflows/deny.yml@main
115+
with:
116+
# Clear out arguments to not pass `--all-features` to `cargo deny`.
117+
# Many crates have an `openssl` feature which enables banned dependencies.
118+
deny-flags: ""
119+
113120
ci-success:
114121
runs-on: ubuntu-latest
115122
if: always()
@@ -122,6 +129,7 @@ jobs:
122129
- rustfmt
123130
- forge-fmt
124131
- crate-checks
132+
- deny
125133
timeout-minutes: 30
126134
steps:
127135
- name: Decide whether the needed jobs succeeded or failed

0 commit comments

Comments
 (0)