diff --git a/community/traefik/APKBUILD b/community/traefik/APKBUILD index 3f17bb8703a..93a6267c890 100644 --- a/community/traefik/APKBUILD +++ b/community/traefik/APKBUILD @@ -46,8 +46,9 @@ build() { } check() { + # shellcheck disable=2046 CI=1 \ - go test ./pkg/... + go test $(go list ./pkg/... | grep -Ev '(pkg/server)') } package() {