Files
ebay/Makefile
2019-08-15 14:30:19 +02:00

7 lines
154 B
Makefile

.PHONY: test
test:
go test -count=1 -v -run ./...
.PHONY: integration
integration:
go test -tags integration -count=1 -v -run "GetItemByLegacyID" ./...