The test CI now only run cmake on the unit_tests tartget

This commit is contained in:
Zoe Roux
2021-02-04 15:59:05 +01:00
parent 6b18bb1257
commit 71e675457d
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Install Gcovr
run: python -m pip install --upgrade pip gcovr
- name: Build Makefile with CMake
run: mkdir -p build && cd build && cmake ..
run: mkdir -p build && cd build && cmake .. --target unit_tests
- name: Build with Makefile
run: make -C build unit_tests
- name: Execute tests