mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-08 23:32:42 +00:00
do we really have to build in order to test?
This commit is contained in:
6
Makefile
6
Makefile
@@ -20,18 +20,18 @@ build_race:
|
||||
dist:
|
||||
@BUILD_TAGS='$(BUILD_TAGS)' sh -c "'$(CURDIR)/scripts/dist.sh'"
|
||||
|
||||
test: build
|
||||
test:
|
||||
@echo "--> Running go test"
|
||||
@go test $(PACKAGES)
|
||||
|
||||
test_race: build
|
||||
test_race:
|
||||
@echo "--> Running go test --race"
|
||||
@go test -race $(PACKAGES)
|
||||
|
||||
test_integrations:
|
||||
@bash ./test/test.sh
|
||||
|
||||
test100: build
|
||||
test100:
|
||||
@for i in {1..100}; do make test; done
|
||||
|
||||
draw_deps:
|
||||
|
||||
Reference in New Issue
Block a user