We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562dd76 commit 2cae734Copy full SHA for 2cae734
.github/workflows/go.yml
@@ -26,4 +26,4 @@ jobs:
26
go build -v .
27
28
- name: Test
29
- run: go test -v ./...
+ run: cd ./forward-server; go test -v .
0 commit comments