modified test-suite

This commit is contained in:
chonghe
2023-08-07 09:01:47 +08:00
parent 0374cf6068
commit 090d20bb8c
3 changed files with 32 additions and 39 deletions

View File

@@ -168,7 +168,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.