Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker666 committed Oct 4, 2024
1 parent 38b3845 commit 9f052a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Test core module
run: go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...

- name: Test x module
run: cd x && go test -race -v ./... && cd ..

- name: Benchmark Test
run: go test -run=^$ -bench=. -loglevel=debug ./...

Expand Down

0 comments on commit 9f052a8

Please sign in to comment.