Skip to content

Commit 5516b38

Browse files
committed
running unit testing
1 parent 7cf6a67 commit 5516b38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_code_checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- 'releases/**'
78

89
jobs:
910
pre-commit-run-all-files:
@@ -29,3 +30,6 @@ jobs:
2930

3031
- name: Run code quality tools
3132
run: poetry run pre-commit run --all-files
33+
34+
- name: Run unit tests
35+
run: poetry run pytest tests/

0 commit comments

Comments
 (0)