Files
ebay/Makefile
T
2019-08-17 12:18:23 +02:00

7 lines
174 B
Makefile

.PHONY: test
test:
go test -count=1 -v -run ./...
.PHONY: integration
integration:
go test -count=1 -v -run "Auction" ./test/integration -integration=true -timeout=999999s