good morning!!!!

Skip to content
Snippets Groups Projects
Commit c94d2baa authored by Igor Mandrigin's avatar Igor Mandrigin
Browse files

use bolt for tests

parent 93f6c4c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
cd $(path) && go test -gcflags "-m -m" -run none -bench=BenchmarkJumpdest* -benchmem -memprofile mem.out
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment