1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/testing/simpleiot/dont-run-golangci.patch

12 lines
369 B
Diff

diff -ruN a/envsetup.sh b/envsetup.sh
--- a/envsetup.sh 2025-03-20 15:41:03.000000000 +0000
+++ b/envsetup.sh 2025-05-13 23:46:18.903322038 +0000
@@ -205,8 +205,6 @@
siot_test_frontend || return 1
echo "Test backend ..."
go test -p=1 -race "$@" ./... || return 1
- echo "Lint backend ..."
- golangci-lint run || return 1
echo "Testing passed :-)"
return 0
}