From 2bccce19bfc5880dd96cce5cc53cdb3fb8eb8070 Mon Sep 17 00:00:00 2001 From: Daniel-VM Date: Fri, 25 Oct 2024 10:24:55 +0200 Subject: [PATCH] fixed matrix.test_name in linting --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b49a5fc..407121b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,10 @@ jobs: - "singularity" test_name: - "test" + - "test_long" + - "test_long_miniasm" + - "test_hybrid" + - "test_dfast" isMaster: - ${{ github.base_ref == 'master' }} # Exclude conda and singularity on dev