Skip to content

Commit

Permalink
add a onchain test for signature gen
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Sep 25, 2024
1 parent c14f1c2 commit 81958ad
Show file tree
Hide file tree
Showing 3 changed files with 1,556 additions and 1,446 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ update:; forge update

build:; forge build

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

snapshot :; forge snapshot

format :; forge fmt

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

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

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

Expand Down
Loading

0 comments on commit 81958ad

Please sign in to comment.