Skip to content

Update Staging/GetSpecialImport #26

Update Staging/GetSpecialImport

Update Staging/GetSpecialImport #26

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: Install Submodules
run: git submodule update --init --recursive
- name: Make tests
run: |
cmake ./tests
cmake --build . --target=fiu-tests
- name: Run tests
run: |
./fiu-tests