Skip to content

used wrong ctr manager in some tests #108

used wrong ctr manager in some tests

used wrong ctr manager in some tests #108

Workflow file for this run

name: Unit Tests
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v29
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: hytech-racing/drivebrain_software
ref: ${{ github.ref }}
- name: Build and test
run: |
nix develop --command bash -c 'mkdir -p build && cd build && cmake .. && make -j && ctest --output-on-failure'