mirror of
https://github.com/cubixle/ebay.git
synced 2026-04-24 21:24:47 +01:00
3 lines
60 B
Makefile
3 lines
60 B
Makefile
.PHONY: test
|
|
test:
|
|
go test -tags integration -count=1 ./...
|