Skip to content

Commit 65fc5eb

Browse files
committed
Split up reader test and nomad test.
1 parent 38b6b64 commit 65fc5eb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/backward_compatibility.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: "${{ matrix.python_version != '3.8'}}"
4040
run: |
4141
uv pip install nomad-lab[infrastructure]@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
42-
42+
4343
- name: Install dependencies
4444
run: |
4545
uv run python -m pip install --upgrade pip
@@ -57,6 +57,9 @@ jobs:
5757
uv run pip install pynxtools==${{ matrix.pynxtools_versions }}
5858
fi
5959
60-
- name: Run tests
60+
- name: Run Reader tests
61+
run: |
62+
uv run pytest tests/test_reader.py
63+
- name: Run Nomad Examples tests
6164
run: |
62-
uv run pytest tests/.
65+
uv run pytest tests/test_nomad_examples.py

0 commit comments

Comments
 (0)