GuillaumeDua / GCL_CPP

Makes my C++ projects easier and faster to develop
Apache License 2.0
10 stars 2 forks source link

[REQUEST] Automate runtime tests into the CI #33

Open GuillaumeDua opened 3 years ago

GuillaumeDua commented 3 years ago

Scope

Description

Automate - runtime - tests into the CI

Examples :

Details

Even if the GCL tests are mostly compile-time runned, the CI should run the few runtime-tests to ensure that runtime components are correct

GuillaumeDua commented 3 years ago

Related to #14