Skip to content

Commit 1f8b19f

Browse files
committed
use make test
1 parent d145073 commit 1f8b19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
go-version: 1.24.0
4242
cache: false
4343
- name: Run tests
44-
run: go test -short ./...
44+
run: make test
4545
env:
4646
GOOS: linux
4747
GOARCH: 386

0 commit comments

Comments
 (0)