修改github action
This commit is contained in:
parent
9a48cb03af
commit
d71a05e4b1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
check-latest: true
|
||||
|
||||
- name: Test
|
||||
run: go test -run=Test .
|
||||
run: go test -run=Test
|
||||
|
||||
- name: Benchmark
|
||||
run: go test -bench=Benchmark -benchmem .
|
||||
run: go test -bench=Benchmark -benchmem
|
||||
|
|
Reference in a new issue