Skip to content

Commit 2cae734

Browse files
authored
Update go.yml
1 parent 562dd76 commit 2cae734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
go build -v .
2727

2828
- name: Test
29-
run: go test -v ./...
29+
run: cd ./forward-server; go test -v .

0 commit comments

Comments
 (0)