diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7272337..8f487d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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