Skip to content

Commit

Permalink
ci: run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Sep 5, 2024
1 parent bf364df commit 9c2c27c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9c2c27c

Please sign in to comment.