Skip to content

Commit 03bb3c7

Browse files
committed
💚 (ci): fix ci build with test
1 parent 5ef6638 commit 03bb3c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/go.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Test Build
2828
run: make build-game
2929
- name: Test
30-
run: go test -v ./...
30+
run: go test -v ./internal/...

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ coverage:
1111
@go test -v -cover ./...
1212

1313
test:
14-
@go test -v ./...
14+
@go test -v ./internal/...

0 commit comments

Comments
 (0)