Skip to content

Commit

Permalink
Run only ef tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Nov 6, 2024
1 parent eaac8c5 commit a00b599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/levm_ef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Run tests
run: |
cd crates/vm/levm
make test
make run-ef-tests
3 changes: 3 additions & 0 deletions crates/vm/levm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ $(SPECTEST_VECTORS_DIR): $(SPECTEST_ARTIFACT)

download-ef-tests: $(SPECTEST_VECTORS_DIR) ## 📥 Download EF Tests

run-ef-tests: ## 🏃‍♂️ Run EF Tests
cargo test ef::testito

clean-ef-tests: ## 🗑️ Clean test vectors
rm -rf $(SPECTEST_VECTORS_DIR)

Expand Down

0 comments on commit a00b599

Please sign in to comment.