From 5f5889f7722f8de02713bdd43bd27d0adf65b829 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Sat, 23 Dec 2023 13:56:35 +0000 Subject: [PATCH] Debug CI doesn't need to test many cases Debug CI doesn't need to test many cases --- .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 c520767a1..5e9fe4815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: /bin/bash mfc.sh test -j $(nproc) $OPT1 $OPT2 env: OPT1: ${{ matrix.mpi == 'mpi' && '--test-all' || '' }} - OPT2: ${{ matrix.debug == 'debug' && '-% 75' || '' }} + OPT2: ${{ matrix.debug == 'debug' && '-% 20' || '' }} docker: name: Github | Docker