Skip to content

Commit

Permalink
Run all tests when testing Aarch64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 5, 2022
1 parent 74f546f commit bdbe69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
run: |
${{ matrix.pyo3-python }} -m pip install importlib-resources
${{ matrix.pyo3-python }} -m pip install pyfamsa --no-index --find-links=/io/dist
${{ matrix.pyo3-python }} -m unittest pyfamsa.tests.test_doctest -vv
${{ matrix.pyo3-python }} -m unittest pyfamsa.tests -vv
wheel-osx:
runs-on: macos-12
Expand Down

0 comments on commit bdbe69f

Please sign in to comment.