Skip to content

Commit 686d558

Browse files
committed
Adding test
1 parent ca2819b commit 686d558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install -e .[testing]
22+
- name: Run tests
23+
run: pytest
2224

2325
docs:
2426

0 commit comments

Comments
 (0)