Skip to content

Commit fec1429

Browse files
Updates test workflow
1 parent 447918d commit fec1429

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@ jobs:
3737
run: |
3838
poetry run flake8 .
3939
poetry run mypy floc
40-
poetry run pytest
4140
poetry run poetry check
4241
poetry run pip check
4342
43+
# TODO: Allow to run tests within ubuntu as well
44+
- name: Run unit tests
45+
if: matrix.os == 'macOS-latest'
46+
run: poetry run pytest
47+
4448
- name: Upload coverage to Codecov
4549
uses: codecov/[email protected]
4650
with:

0 commit comments

Comments
 (0)