Skip to content

Commit

Permalink
FIXUP - Add explicit lens type to special jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Jun 5, 2024
1 parent 6b4055b commit f9b6026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-upload-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9b6026

Please sign in to comment.