Skip to content

Commit

Permalink
checking if rust tests don't run, but python tests do
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 22, 2024
1 parent 3dab460 commit d83f797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Python unit tests
if: ${{ github.repository == 'nrel/fastsim' }}
if: ${{ contains(github.event.pull_request.changed_files, 'python/') || contains(github.event.pull_request.changed_files, 'rust/') }}
# if: ${{ contains(github.event.pull_request.changed_files, 'python/') || contains(github.event.pull_request.changed_files, 'rust/') }}
run: |
pip install -e ".[dev]" && pytest -v python/fastsim/tests/
pytest -v python/fastsim/demos/

0 comments on commit d83f797

Please sign in to comment.