Skip to content

move NUM_OF_CAN_BUSES from toolchain to the root cmake file #41

move NUM_OF_CAN_BUSES from toolchain to the root cmake file

move NUM_OF_CAN_BUSES from toolchain to the root cmake file #41

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
tests:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Install gtest
run: |
wget https://gist.githubusercontent.com/Ponomarevda/d970c24de8deab5d6ccfee8f5f719bcc/raw/install_gtest_ubuntu.sh && chmod +x install_gtest_ubuntu.sh && ./install_gtest_ubuntu.sh
- name: Build and run tests
run: make tests