Skip to content

Commit

Permalink
feat: add test run for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
keivanipchihagh committed Mar 21, 2024
1 parent 2ccda6f commit f3e137f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ jobs:
- name: ⚒️ Build api-scheme
run: |
make build
- name: 🧪 Run tests
run: |
python -u -m unittest

0 comments on commit f3e137f

Please sign in to comment.