diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 028cba6116..2ac5fc5cbf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -94,10 +94,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 - run: just fetch - - name: Run cargo deny check bans licenses sources - uses: EmbarkStudios/cargo-deny-action@0484eedcba649433ebd03d9b7c9c002746bbc4b9 - with: - command: check bans licenses sources + - run: cargo deny --all-features check bans licenses sources - run: just check-fmt - run: just clippy - run: just doc