Skip to content

Commit

Permalink
For now run tests only in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Dec 5, 2023
1 parent 89a0e82 commit 199fb23
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
pre-commit run --all-files --show-diff-on-failure
- name: Test with pytest-flakefinder
- name: Test with pytest
run: |
pytest --flake-finder --flake-runs=2
if: matrix.os != 'windows-latest'
pytest
- name: Test with pytest
run: |
if: matrix.os == 'windows-latest
pytest --ignore tests/test_write_lev2_nc.py

0 comments on commit 199fb23

Please sign in to comment.