We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef6638 commit 03bb3c7Copy full SHA for 03bb3c7
‎.github/workflows/go.yml‎
@@ -27,4 +27,4 @@ jobs:
27
- name: Test Build
28
run: make build-game
29
- name: Test
30
- run: go test -v ./...
+ run: go test -v ./internal/...
‎Makefile‎
@@ -11,4 +11,4 @@ coverage:
11
@go test -v -cover ./...
12
13
test:
14
- @go test -v ./...
+ @go test -v ./internal/...
0 commit comments