Skip to content

Commit

Permalink
[DBG] only test on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Sep 3, 2024
1 parent 9671af8 commit 07e4149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
cp *apriltag.dll test/
- name: Test
if: matrix.os == 'ubuntu-latest'
working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: |
ctest --build-config ${{ matrix.build_type }} --no-tests=error --output-on-failure --verbose --test-dir test/

0 comments on commit 07e4149

Please sign in to comment.