Skip to content

Commit

Permalink
feat: run tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 30, 2024
1 parent 5f72457 commit 2be00a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ jobs:
GOOS: windows
run: go build

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

build-image-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2be00a4

Please sign in to comment.