typo
CI / build-and-test (push) Failing after 4s

This commit is contained in:
2026-06-09 10:36:32 +02:00
parent 90d5224ca0
commit c5b9bf720b
+22
View File
@@ -0,0 +1,22 @@
name: CI
on:
push:
branches: [ "master" ]
jobs:
build-and-test:
runs-on: linmidas
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