We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d145073 commit 1f8b19fCopy full SHA for 1f8b19f
.github/workflows/go.yml
@@ -41,7 +41,7 @@ jobs:
41
go-version: 1.24.0
42
cache: false
43
- name: Run tests
44
- run: go test -short ./...
+ run: make test
45
env:
46
GOOS: linux
47
GOARCH: 386
0 commit comments