mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/traefik: skip a test
This commit is contained in:
parent
0a7f296768
commit
a57bf8f0e4
@ -46,8 +46,9 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
# shellcheck disable=2046
|
||||
CI=1 \
|
||||
go test ./pkg/...
|
||||
go test $(go list ./pkg/... | grep -Ev '(pkg/server)')
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user