mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
use bolt for tests
This commit is contained in:
parent
93f6c4c01a
commit
c94d2baa2b
4
Makefile
4
Makefile
@ -91,7 +91,7 @@ ios:
|
||||
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
|
||||
|
||||
test: semantics/z3/build/libz3.a all
|
||||
TEST_DB=lmdb $(GORUN) build/ci.go test
|
||||
TEST_DB=bolt $(GORUN) build/ci.go test
|
||||
|
||||
test-lmdb: semantics/z3/build/libz3.a all
|
||||
TEST_DB=lmdb $(GORUN) build/ci.go test
|
||||
@ -248,4 +248,4 @@ prometheus:
|
||||
@cd ./cmd/prometheus && docker-compose up prometheus grafana
|
||||
|
||||
escape:
|
||||
cd $(path) && go test -gcflags "-m -m" -run none -bench=BenchmarkJumpdest* -benchmem -memprofile mem.out
|
||||
cd $(path) && go test -gcflags "-m -m" -run none -bench=BenchmarkJumpdest* -benchmem -memprofile mem.out
|
||||
|
Loading…
Reference in New Issue
Block a user