Skip to content

Commit

Permalink
only test on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed May 3, 2021
1 parent f3bf249 commit b400a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
platform: [ubuntu-latest, windows-latest]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ docs-serve:

.PHONY: test
test:
pytest -n 2 tests
pytest -n 4 tests

.PHONY: test-cov
test-cov:
pytest -n 2 --cov=hsclient --cov-report html
pytest -n 4 --cov=hsclient --cov-report html

0 comments on commit b400a54

Please sign in to comment.