Skip to content

Commit

Permalink
Fuse steps in SLURM CI step
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Sep 6, 2024
1 parent 34d1ad3 commit 6764c5b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,7 @@ jobs:
- name: Install dependencies
run: rye sync --no-lock
- name: Test with pytest
run: rye run pytest -v --cov=project --cov-report=xml --cov-append --skip-if-files-missing

- name: Test with pytest (only slow tests)
run: rye run pytest -v -m slow --slow --cov=project --cov-report=xml --cov-append --skip-if-files-missing
run: rye run pytest -v --slow --cov=project --cov-report=xml --cov-append --skip-if-files-missing

- name: Store coverage report as an artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6764c5b

Please sign in to comment.