diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 326a923c1..154231eb4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -90,7 +90,7 @@ jobs: - name: Run snakemake test workflows run: | - make test env=pinned # TODO: Remove custom env handling + make test envs=pinned # TODO: Remove custom env handling - name: Run unit tests run: |