Skip to content

Commit 305fc8c

Browse files
SAnCherepanSAnCherepan
authored andcommitted
Added tests to CI
1 parent 0ad5cd2 commit 305fc8c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install build
2828
pip install -r requirements.txt
29-
29+
30+
- name: Run tests
31+
run: |
32+
python -m pytest -s --color=yes -v tests
33+
3034
- name: Build package
3135
run: python -m build
3236

0 commit comments

Comments
 (0)