From 23750ddc2bf2390b73eaef9bc16373dda6bbf097 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 10 Mar 2026 14:27:37 +0800 Subject: ci: Ignore internal/compress --- .builds/alpine.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 54c90989..6c5a2f45 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -12,13 +12,13 @@ tasks: go build ./... - test: | cd furgit - go test -v ./... + go test -v -count 1 $(go list ./... | grep -v '/internal/compress') - test-race: | cd furgit - go test -race -v ./... + go test -race -v -count 1 $(go list ./... | grep -v '/internal/compress') - test-purego: | cd furgit - go test -v -tags purego ./... + go test -v -tags purego -count 1 $(go list ./... | grep -v '/internal/compress') - lint: | cd furgit golangci-lint run ./... -- cgit v1.3.1-10-gc9f91