Skip to content

Change format compte rendus #34

Change format compte rendus

Change format compte rendus #34

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install valgrind
run: |
sudo apt-get update
sudo apt-get install -y valgrind
- name: Compile Tests
run: |
mkdir test/bin
make test
- name: Run Tests
run: |
bash run_tests.sh