Skip to content

Commit

Permalink
Added tests running for url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoyt Koepke committed May 3, 2024
1 parent e188e08 commit 657dc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cd python/pyxet
pip install -r tests/requirements.txt
pip install target/wheels/pyxet*.whl
pytest tests
pytest pyxet/ tests/ # Tests also live in the code itself
- name: Unit and integration tests (Windows)
if: runner.os == 'Windows'
env:
Expand All @@ -66,5 +66,5 @@ jobs:
pip install $_.FullName
}
cd ..
python -m pytest pyxet/tests
python -m pytest pyxet/tests/ pyxet/pyxet/ # Tests also live in the code itself, so run those too

0 comments on commit 657dc3e

Please sign in to comment.