i know how to use cmake i promise
Some checks failed
Build and Test verification / build (push) Successful in 22s
Build and Test verification / test (push) Failing after 3s

This commit is contained in:
2026-05-08 11:41:17 -05:00
parent 4a44f76392
commit caad6c598c

View File

@@ -19,7 +19,7 @@ jobs:
run: cmake -S . -B build run: cmake -S . -B build
- name: build - name: build
run: cmake build --build -j run: cmake --build build -j
- name: upload - name: upload
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
@@ -48,4 +48,3 @@ jobs:
- name: code_coverage - name: code_coverage
run: gcovr -r .. --filter "../src" run: gcovr -r .. --filter "../src"