Skip to content

Commit

Permalink
Ensuring all tests are run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Nov 7, 2024
1 parent 5ead7f1 commit e2a95d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit e2a95d3

Please sign in to comment.