multinet/Makefile
Dmitrii Stepanov 5298ec4295 [#4] dialer: Add hostname resolve tests
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2023-10-26 11:13:42 +03:00

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 ./...