aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml
index 49e44d4dd..8e43315b2 100644
--- a/.github/workflows/go.test.yml
+++ b/.github/workflows/go.test.yml
@@ -57,7 +57,7 @@ jobs:
- name: Test
run: |
- go install github.com/fatih/faillint
+ go install github.com/fatih/faillint || true
( cd test; go test -race ./... )
test-makefile-release: