fix: add timeout for unit tests workflows (#2613)

fix: add timeout for unit tests and test CLI in Python workflow
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-09 23:08:39 -03:00 committed by GitHub
commit 34c1a4d469
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ jobs:
poetry env use ${{ matrix.python-version }}
poetry install
- name: Run unit tests
timeout-minutes: 12
run: |
make unit_tests
- name: Test CLI