Skip to content

Changed the way the thread (for timeout) is initialized #104

Changed the way the thread (for timeout) is initialized

Changed the way the thread (for timeout) is initialized #104

Workflow file for this run

name: Tests
on:
push:
branches:
- 'main'
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements_tests.txt
- name: Run unit tests
run: |
bash tests/run_tests.sh