Skip to content

Commit

Permalink
re-enable whole test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Feb 20, 2024
1 parent 480e005 commit 747da90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run tests
run: |
export C_INCLUDE_PATH=$pythonLocation/include/python${{ steps.python-selector.outputs.python-version }}:$C_INCLUDE_PATH
pytest --cov-report term-missing:skip-covered scripts/tests/test_bids_validate.py
pytest --cov-report term-missing:skip-covered
- name: Save test results and coverage
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 747da90

Please sign in to comment.