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: