adding CI
CI / build-and-test (push) Failing after 3s

This commit is contained in:
2026-07-29 13:16:50 +02:00
parent 434560c750
commit b984a29d9a
+2 -1
View File
@@ -12,9 +12,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: compile
- name: Compile
run: |
cmake -B build -DBUILD_TEST=ON
cmake --build build
- name: Run tests
run: |
./build/test