Skip to content

Commit

Permalink
ci: group build and audit to get all tools checked
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Nov 30, 2023
1 parent f815cef commit 86b5e47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ jobs:
run: cargo install cargo-audit

- name: Build all features
run: cargo build --all-features

- name: Audit baseline
run: cargo audit
run: |
cargo build --all-features
cargo audit
docs-lint:
name: Lint
Expand Down

0 comments on commit 86b5e47

Please sign in to comment.