Skip to content

Commit 19420b2

Browse files
committed
add tests for cargo audit
Signed-off-by: lee-orr <lee-orr@users.noreply.github.com>
1 parent e64b0be commit 19420b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/cargo-audit/test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ source dev-container-features-test-lib
88
# Definition specific tests
99
check "installed" cargo install --list | grep "cargo-audit"
1010

11+
cargo new test_pkg
12+
cd ./test_pkg
13+
cargo build
14+
cargo audit
15+
1116
# Report result
1217
reportResults

0 commit comments

Comments
 (0)