6 lines
141 B
Makefile
6 lines
141 B
Makefile
integration-test:
|
|
# TODO figure out needed capabilities
|
|
sudo go test -count=1 -v ./... -tags=integration
|
|
|
|
test:
|
|
go test -count=1 -v ./...
|