Skip to content

Commit

Permalink
Test all modules in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekuruu committed Oct 11, 2024
1 parent ace6338 commit 992f4c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
run: go build -v ./...

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

0 comments on commit 992f4c9

Please sign in to comment.