Skip to content

Commit

Permalink
test: Add inMemoryDB tag for DBaaS periodic test run (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeatcu-ionos authored Jan 23, 2025
1 parent 628e1fc commit 94064b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dbaas-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
run: go test ./ionoscloud -v -failfast -timeout 140m -tags psql
- name: Run tests with mongo tag
run: go test ./ionoscloud -v -failfast -timeout 140m -tags mongo
- name: Run tests with inMemoryDB tag
run: go test ./ionoscloud -v -failfast -timeout 140m -tags inMemoryDB

0 comments on commit 94064b2

Please sign in to comment.