From e2a95d38cfc60f52608033c31de0b8ebc9a103c6 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 7 Nov 2024 11:07:31 -0600 Subject: [PATCH] Ensuring all tests are run in CI --- .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 b82ad90..0cd30cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Test examples run: | micromamba activate test-env - OPENMC_EXAMPLES_DIR=$HOME/openmc/examples pytest -v ./test/test_examples.py + OPENMC_EXAMPLES_DIR=$HOME/openmc/examples pytest -v ./test - name: Setup tmate session if: ${{ failure() }}