Merge pull request #1764 from talregev/TalR/build_all_tests_windows

release/4.3a0
Varun Agrawal 2024-06-24 16:16:28 -04:00 committed by GitHub
commit a2a7a06646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ jobs:
# https://stackoverflow.com/a/24470998/1236990
cmake --build build -j4 --config ${{ matrix.build_type }} --target gtsam
cmake --build build -j4 --config ${{ matrix.build_type }} --target gtsam_unstable
cmake --build build -j4 --config ${{ matrix.build_type }} --target all.tests
- name: Test
shell: bash