Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
pip install .[dev]
micromamba list

- name: Run all tests (including Zenodo)
- name: Run small data tests
run: |
pytest tests/ zenodo-tests/
pytest tests/

- name: Run Zenodo tests
run: |
pytest zenodo-tests/
Loading