Skip to content

Commit

Permalink
cargo audit (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncolburne authored Jan 31, 2023
1 parent 9aad45e commit 485fa11
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ jobs:
run: RUSTFLAGS="-Dwarnings" cargo clippy -- -D warnings

- name: Build
run: cargo build
run: cargo build --release

- name: Test
run: cargo test
run: cargo test --release

- name: Format
run: cargo fmt --all -- --check

- name: Security Audit
run: cargo audit

- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
Expand Down

0 comments on commit 485fa11

Please sign in to comment.