community/traefik: skip a test

This commit is contained in:
psykose 2023-05-05 12:59:38 +00:00
parent 0a7f296768
commit a57bf8f0e4

View File

@ -46,8 +46,9 @@ build() {
}
check() {
# shellcheck disable=2046
CI=1 \
go test ./pkg/...
go test $(go list ./pkg/... | grep -Ev '(pkg/server)')
}
package() {