mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 09:23:51 +00:00
Reactivate testing on macOS.
This commit is contained in:
parent
c6da653e98
commit
4ef90481d2
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_and_publish.yml
vendored
3
.github/workflows/build_and_publish.yml
vendored
|
|
@ -98,8 +98,7 @@ jobs:
|
|||
run: |
|
||||
ls dist/
|
||||
- name: Testing and coverage report generation
|
||||
# Disable temporary coverage on MACOS (comment if statement to enable it once fixed)
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
# if: startsWith(matrix.os, 'ubuntu') # Disable temporary coverage on MACOS
|
||||
run: |
|
||||
python -m coverage run tests.py
|
||||
python -m coverage combine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue