From ee46c8418bb008f48377bd505078c65bb6747b7f Mon Sep 17 00:00:00 2001 From: homeburger Date: Fri, 8 May 2026 11:56:33 -0500 Subject: [PATCH] pipeline testing --- .gitea/workflows/build_and_test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_and_test.yaml b/.gitea/workflows/build_and_test.yaml index c3697db..a68397a 100644 --- a/.gitea/workflows/build_and_test.yaml +++ b/.gitea/workflows/build_and_test.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: build-artifact - path: build/* + path: build test: runs-on: debian12 @@ -43,7 +43,8 @@ jobs: - name: run_unit_tests run: | - cd build-artifact + ls -al + cd build ctest -T Test - name: code_coverage