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