Skip to content

Commit

Permalink
change github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 committed Dec 20, 2024
1 parent 04eb383 commit e03fd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 1.23.0
cache: false
- name: Run tests
run: go test -short ./...
run: go test -count=1 -short ./...
env:
GOOS: linux
GOARCH: 386

0 comments on commit e03fd3d

Please sign in to comment.