diff --git a/.github/workflows/test-and-upload-coverage.yml b/.github/workflows/test-and-upload-coverage.yml index be85f5464a..f20860bb7c 100644 --- a/.github/workflows/test-and-upload-coverage.yml +++ b/.github/workflows/test-and-upload-coverage.yml @@ -42,18 +42,21 @@ jobs: client-type: go database-type: badger-memory mutation-type: collection-save + lens-type: wasm-time detect-changes: true database-encryption: false - os: ubuntu-latest client-type: go database-type: badger-memory mutation-type: collection-save + lens-type: wasm-time detect-changes: false database-encryption: true - os: macos-latest client-type: go database-type: badger-memory mutation-type: collection-save + lens-type: wasm-time detect-changes: false database-encryption: false ## TODO: https://github.com/sourcenetwork/defradb/issues/2080