modified test-suite

This commit is contained in:
chonghe
2023-08-07 09:01:47 +08:00
committed by Tan Chee Keong
parent f99c03fef7
commit 2b42e2568f
3 changed files with 32 additions and 39 deletions

View File

@@ -189,7 +189,7 @@ test: test-release
cli:
./lighthouse/scripts/cli.sh
# Runs the entire test suite, downloading test vectors if required.
test-full: cargo-fmt test-release test-debug test-ef test-exec-engine cli
test-full: cargo-fmt test-release test-debug test-ef test-exec-engine
# Lints the code for bad style and potentially unsafe arithmetic using Clippy.