Skip to content

Commit

Permalink
add tests for cargo audit
Browse files Browse the repository at this point in the history
Signed-off-by: lee-orr <lee-orr@users.noreply.github.com>
  • Loading branch information
lee-orr committed Aug 6, 2023
1 parent e64b0be commit 19420b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cargo-audit/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ source dev-container-features-test-lib
# Definition specific tests
check "installed" cargo install --list | grep "cargo-audit"

cargo new test_pkg
cd ./test_pkg
cargo build
cargo audit

# Report result
reportResults

0 comments on commit 19420b2

Please sign in to comment.