Skip to content

Commit 742f35b

Browse files
author
colinlyguo
committed
add secp256r1 precompile test in CI
1 parent 8d5bfb1 commit 742f35b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ test: all
4040
# genesis test
4141
cd ${PWD}/cmd/geth; go test -test.run TestCustomGenesis
4242
# module test
43-
$(GORUN) build/ci.go test ./consensus ./core/... ./eth ./miner ./node ./trie ./rollup/...
43+
$(GORUN) build/ci.go test ./consensus ./core ./eth ./miner ./node ./trie ./rollup/...
44+
# RIP-7212 (secp256r1) precompiled contract test
45+
cd ${PWD}/core/vm; go test -v -run=^TestPrecompiledP256 -bench=^BenchmarkPrecompiledP256
4446

4547
lint: ## Run linters.
4648
$(GORUN) build/ci.go lint

0 commit comments

Comments
 (0)