Skip to content

Merge shared driver and unit testing workflow from branch ads1118 (PR… #10

Merge shared driver and unit testing workflow from branch ads1118 (PR…

Merge shared driver and unit testing workflow from branch ads1118 (PR… #10

Workflow file for this run

on: [push]
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-python@v5
- run: |
python -m pip install --upgrade pip
pip install pytest
- run: |
python tools/build_unit_tests.py --run_tests