Skip to content

Merge branch 'main' of https://github.com/undefined-rainy-storm/embed… #28

Merge branch 'main' of https://github.com/undefined-rainy-storm/embed…

Merge branch 'main' of https://github.com/undefined-rainy-storm/embed… #28

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test_controller:
name: Test Controller Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and Run Test
run: |
cd controller_test
cmake -S . -B build
cmake --build build
cd build && ctest