File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,7 @@ jobs:
344
344
- uses : actions/checkout@v4
345
345
- uses : EmbarkStudios/cargo-deny-action@v2
346
346
with :
347
+ arguments : --workspace --all-features
347
348
command : check advisories
348
349
349
350
cargo-deny :
@@ -353,6 +354,7 @@ jobs:
353
354
- uses : actions/checkout@v4
354
355
- uses : EmbarkStudios/cargo-deny-action@v2
355
356
with :
357
+ arguments : --workspace --all-features
356
358
command : check bans licenses sources
357
359
358
360
wasm :
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ nix-shell-macos:
240
240
241
241
# Run various auditing tools to help us stay legal and safe
242
242
audit :
243
- cargo deny check advisories bans licenses sources
243
+ cargo deny --workspace --all-features check advisories bans licenses sources
244
244
245
245
# Run tests with `cargo nextest` (all unit-tests, no doc-tests, faster)
246
246
nextest * FLAGS = ' --workspace':
You can’t perform that action at this time.
0 commit comments