From a052dd3635a43330bfbf31731837043743ecca04 Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Tue, 9 Jun 2026 10:45:42 +0200 Subject: [PATCH] modifying test --- .gitea/workflows/action.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index aac88ee..088e3f6 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -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