2023-10-24 10:42:56 +03:00
|
|
|
integration-test:
|
2023-08-16 20:10:49 +03:00
|
|
|
# TODO figure out needed capabilities
|
2023-10-24 10:42:56 +03:00
|
|
|
sudo go test -count=1 -v ./... -tags=integration
|
2023-10-24 15:43:08 +03:00
|
|
|
|
|
|
|
test:
|
|
|
|
go test -count=1 -v ./...
|
2023-10-30 13:28:29 +03:00
|
|
|
|
|
|
|
patch-example:
|
|
|
|
gopatch -d -p ./multinet.patch ./testdata/patch*
|