Skip to content

Commit

Permalink
makefile tests include zktrie
Browse files Browse the repository at this point in the history
  • Loading branch information
mortal123 committed May 16, 2023
1 parent 838aaaa commit 0fc49c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test: all
# genesis test
cd ${PWD}/cmd/geth; go test -test.run TestCustomGenesis
# module test
$(GORUN) build/ci.go test ./consensus ./core ./eth ./miner ./node ./trie
$(GORUN) build/ci.go test ./consensus ./core ./eth ./miner ./node ./trie ./zktrie

lint: ## Run linters.
$(GORUN) build/ci.go lint
Expand Down

0 comments on commit 0fc49c5

Please sign in to comment.