Skip to content

Commit

Permalink
ci(ci): Unit test execution is added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ovuruska committed Apr 29, 2024
1 parent 0a6e7da commit f70a2ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ jobs:
- name: Run lint check
run: |
black --check --verbose deepinfra
black --check --verbose deepinfra
- name: Run unit tests
run: |
pytest tests

0 comments on commit f70a2ba

Please sign in to comment.