Skip to content

Iteration 2026-01-23-005: Revise stable zone regularity target #109

Iteration 2026-01-23-005: Revise stable zone regularity target

Iteration 2026-01-23-005: Revise stable zone regularity target #109

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential catch2
- name: Build tests
run: make test