mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-17 04:42:35 +00:00
The test CI now only run cmake on the unit_tests tartget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user