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