From 9c2c27c10fc67359b68b8841c92fdf82b53653dd Mon Sep 17 00:00:00 2001 From: JJL772 Date: Wed, 4 Sep 2024 19:30:08 -0700 Subject: [PATCH] ci: run tests in CI --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49f5033..010f56f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,10 @@ jobs: echo $LD_LIBRARY_PATH cmake --build ./build + - name: Test + run: | + ctest --test-dir build + - name: Upload a Build Artifact uses: actions/upload-artifact@v4 with: @@ -66,6 +70,10 @@ jobs: - name: Build run: msbuild /m /p:Configuration=Release build\vtex2.sln + - name: Test + run: | + ctest --test-dir build + - name: Upload a Build Artifact uses: actions/upload-artifact@v4 with: