From f8e1708255ef5118e775e423f66abdf30e0cad46 Mon Sep 17 00:00:00 2001 From: Nick Farrell Date: Tue, 30 Apr 2024 11:38:30 +1000 Subject: [PATCH] Fix regression causing tests to not be run in GHA --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 208f3e2b..1cadb172 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: run: pip install -e '.[cassandra,f${{ matrix.fedora-version }}-dev,f${{ matrix.fedora-version }}]' - name: Execute lints and tests - run: make tests + run: make test - id: upload-codecov # Third-party action pinned to v2.1.0