Skip to content

Commit 48fce68

Browse files
committed
enable all module tests for windows platform
1 parent 77b3446 commit 48fce68

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ jobs:
122122
working-directory: ./cmd/config
123123
env:
124124
KUSTOMIZE_DOCKER_E2E: false # docker on windows not working well yet
125-
126-
# TODO (#4001): replace specific modules above with this once Windows tests are passing.
127-
#- name: Test all modules
128-
# run: make test-unit-non-plugin
129-
# env:
130-
# KUSTOMIZE_DOCKER_E2E: false # docker on windows not working well yet
125+
- name: Test all modules
126+
run: make test-unit-non-plugin
127+
env:
128+
KUSTOMIZE_DOCKER_E2E: false # docker on windows not working well yet

0 commit comments

Comments
 (0)