Skip to content

Commit 81958ad

Browse files
committed
add a onchain test for signature gen
1 parent c14f1c2 commit 81958ad

File tree

3 files changed

+1556
-1446
lines changed

3 files changed

+1556
-1446
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ update:; forge update
1515

1616
build:; forge build
1717

18-
test :; forge test
18+
test :; forge test --no-match-path "test/onChain/*.sol"
1919

2020
snapshot :; forge snapshot
2121

2222
format :; forge fmt
2323

24-
coverage :; forge coverage
24+
coverage :; forge coverage --no-match-path "test/onChain/*.sol"
2525

26-
coverage-report :; forge coverage --report debug > coverage-report.txt
26+
coverage-report :; forge coverage --report debug > coverage-report.txt --no-match-path "test/onChain/*.sol"
2727

2828
NETWORK_ARGS := --rpc-url http://localhost:8545 --private-key $(DEFAULT_ANVIL_KEY) --broadcast
2929

0 commit comments

Comments
 (0)