Skip to content

Commit

Permalink
install cargo audit
Browse files Browse the repository at this point in the history
Signed-off-by: Shaobo He <[email protected]>
  • Loading branch information
shaobo-he-aws committed Jan 16, 2025
1 parent 4716ac8 commit 6b98dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v4
- run: sudo apt-get install protobuf-compiler
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo install cargo-audit --locked
- run: ./panic_safety.sh
- run: cargo doc --all-features --no-deps

Expand Down

0 comments on commit 6b98dde

Please sign in to comment.