Skip to content

Commit 2be00a4

Browse files
committed
feat: run tests on windows
1 parent 5f72457 commit 2be00a4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-docker-image.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ jobs:
5252
GOOS: windows
5353
run: go build
5454

55-
# TODO enable tests on Windows
56-
# Currently doesn't succeed, see https://github.com/testcontainers/testcontainers-go/issues/948
57-
# - name: go-test
58-
# run: go test -v ./...
55+
- name: go-test
56+
run: go test -v ./...
5957

6058
build-image-linux:
6159
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)