From 92c204358e2d9bdcf4a1acb64edb0c17f519da94 Mon Sep 17 00:00:00 2001 From: Chris McBride Date: Thu, 31 Oct 2024 17:14:35 -0500 Subject: [PATCH] typo --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 9be30d9e4..bba1af42b 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -164,7 +164,7 @@ jobs: if: (matrix.subset == 'dragon' && matrix.os == 'ubuntu-22.04') run: | echo "SMARTSIM_LOG_LEVEL=debug" >> $GITHUB_ENV - dragon -s pytest -s log_cli=true --cov=$(smart site) --cov-report=xml --cov-config=./tests/test_configs/cov/local_cov.cfg --ignore=tests/full_wlm/ -m ${{ matrix.subset }} ./tests + dragon -s pytest -s -o log_cli=true --cov=$(smart site) --cov-report=xml --cov-config=./tests/test_configs/cov/local_cov.cfg --ignore=tests/full_wlm/ -m ${{ matrix.subset }} ./tests # # Run pytest (test subsets) # - name: Run Pytest