From c912f7b34a5492be584410b89bad08a0260b48ba Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 10 Sep 2023 12:35:26 +0100 Subject: [PATCH] chore: update tests to test dev branch --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d84eb6d..c3ca102 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,5 +32,9 @@ jobs: uses: supercharge/mongodb-github-action@1.6.0 with: mongodb-version: ${{ matrix.mongodb-version }} + - name: Run tests (with MongoDB) + run: cargo nextest run --verbose --features test - name: Run tests run: cargo nextest run --verbose --features test + env: + TEST_DB_DUMMY: 1