Skip to content

Commit

Permalink
修改github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kafuumi committed Mar 5, 2022
1 parent 9a48cb0 commit d71a05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d71a05e

Please sign in to comment.