Files
ebay/Makefile
2019-08-17 15:05:34 +02:00

7 lines
157 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