Skip to content

Migration to C++

Migration to C++ #15

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Make tests
run: |
cmake ./tests
cmake --build . --target=fiu-tests
- name: Run tests
run: |
./fiu-tests