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

This commit is contained in:
2026-06-09 10:45:42 +02:00
parent c5b9bf720b
commit a052dd3635
-6
View File
@@ -10,12 +10,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Configure project
run: |
cmake -B build
- name: Build
run: |
cmake --build build
- name: Run tests
run: |
python tests/test.py