mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
10 lines
215 B
Diff
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
|
|
}
|
|
|