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 4c57dd6 commit 986da5eCopy full SHA for 986da5e
.github/workflows/test.yml
@@ -105,7 +105,7 @@ jobs:
105
GOFLAGS: "-tags=no_cgo"
106
run:
107
# note: this is a subset of tests that are known to pass on windows
108
- go run gotest.tools/gotestsum --format standard-verbose --jsonfile json.log ./module ./logging/...
+ go run gotest.tools/gotestsum --format standard-verbose --jsonfile json.log ./web/server ./module ./logging/...
109
110
- name: Upload test.json
111
if: always()
0 commit comments