Skip to content

Commit

Permalink
Refactor test modules in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Oct 11, 2024
1 parent 364f24d commit 4c75c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Test
run: go test -v ./... &&
go test -v ./hnet/... &&
go test -v ./common/... &&
go test -v ./hscore/...
go test -v ./hnet &&
go test -v ./common &&
go test -v ./hscore

0 comments on commit 4c75c42

Please sign in to comment.