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