Skip to content

Commit 47c1478

Browse files
committed
Run tests on CI
1 parent 124bbda commit 47c1478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install -e .
21+
pip install pytest
2122
2223
- name: Run tests
23-
run: python setup.py test
24+
run: pytest -v pyvdrm/tests/

0 commit comments

Comments
 (0)