From f9bfb52413c413d03015e6e90001b97bee4f72c3 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Sat, 27 May 2023 21:08:49 -0400 Subject: [PATCH] Update CI configuration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27908f94..2bd44161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,6 @@ jobs: - name: Run QA checks run: make qa - name: Run tests suite - run: poetry run pytest --cov-report xml --cov machina + run: poetry run pytest env: DB: ${{ matrix.db }}