Skip to content

Commit 986da5e

Browse files
authored
Reenable windows entrypoint tests (#5233)
1 parent 4c57dd6 commit 986da5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
GOFLAGS: "-tags=no_cgo"
106106
run:
107107
# 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/...
108+
go run gotest.tools/gotestsum --format standard-verbose --jsonfile json.log ./web/server ./module ./logging/...
109109

110110
- name: Upload test.json
111111
if: always()

0 commit comments

Comments
 (0)