From 4054fce17efb5189c5e090887aa8cede12ec105e Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Tue, 9 Jul 2024 19:33:56 +0000 Subject: [PATCH] Update CI --- .github/workflows/ci_run_scm_rts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_run_scm_rts.yml b/.github/workflows/ci_run_scm_rts.yml index 4f1702bfc..6df636332 100644 --- a/.github/workflows/ci_run_scm_rts.yml +++ b/.github/workflows/ci_run_scm_rts.yml @@ -188,7 +188,7 @@ jobs: if: matrix.build-type != 'SinglePrecision' run: | cd ${SCM_ROOT}/scm/bin - ./run_scm.py --file /home/runner/work/ccpp-scm/ccpp-scm/test/rt_test_cases.py --runtime_mult 0.1 + ./run_scm.py --file /home/runner/work/ccpp-scm/ccpp-scm/test/rt_test_cases.py --runtime_mult 0.1 -v - name: Run SCM Single Precision RTs if: matrix.build-type == 'SinglePrecision'