From 5ba0eb9bdf33afc9c300be0d9f7df7c8be9dc019 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Mon, 25 Sep 2023 17:30:16 -0400 Subject: [PATCH] fix: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 a3099cd8..7fdeb0f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: name: > py:${{ matrix.python-version }},${{ matrix.redis-image }}, redis-py:${{ matrix.redis-py }},cov:${{ matrix.coverage }}, - lupa:${{ matrix.lupa }}, json:${{matrix.json}} + lupa:${{ matrix.lupa }}, json:${{matrix.extra}} needs: - "lint" runs-on: ubuntu-latest