Skip to content

Commit

Permalink
try to add test files dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 13, 2024
1 parent 0eb4d0c commit 2440b81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
echo "$(realpath vampire-5.0/)" >> $GITHUB_PATH
- name: pytest split ${{ matrix.split }}
env:
PMG_TEST_FILES_DIR: "./tests/files"
run: |
micromamba activate pmg
pytest --splits 10 --group ${{ matrix.split }} --durations-path tests/files/.pytest-split-durations tests
Expand Down

0 comments on commit 2440b81

Please sign in to comment.