aports/testing/simpleiot/dont-run-golangci.patch
2024-03-13 16:24:29 +00:00

10 lines
215 B
Diff

--- a/envsetup.sh
+++ b/envsetup.sh
@@ -178,7 +178,6 @@
siot_build_frontend || return 1
siot_test_frontend || return 1
go test -p=1 -race "$@" ./... || return 1
- golangci-lint run || return 1
return 0
}