diff --git a/.github/workflows/test-and-upload-coverage.yml b/.github/workflows/test-and-upload-coverage.yml index be85f5464a..1225105573 100644 --- a/.github/workflows/test-and-upload-coverage.yml +++ b/.github/workflows/test-and-upload-coverage.yml @@ -57,13 +57,13 @@ jobs: detect-changes: false database-encryption: false ## TODO: https://github.com/sourcenetwork/defradb/issues/2080 -## Uncomment the lines below to Re-enable the windows build once this todo is resolved. -## - os: windows-latest -## client-type: go -## database-type: badger-memory -## mutation-type: collection-save -## detect-changes: false -## database-encryption: false + - os: windows-latest + client-type: go + database-type: badger-memory + mutation-type: collection-save + lens-type: wazero + detect-changes: false + database-encryption: false - os: ubuntu-latest client-type: go database-type: badger-memory