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