enable slam tests

release/4.3a0
Varun Agrawal 2023-08-01 09:59:43 -04:00
parent c8184eb109
commit 2c569c1fdd
1 changed files with 1 additions and 2 deletions

View File

@ -128,8 +128,7 @@ jobs:
cmake --build build -j4 --config ${{ matrix.build_type }} --target check.symbolic
cmake --build build -j4 --config ${{ matrix.build_type }} --target check.hybrid
cmake --build build -j4 --config ${{ matrix.build_type }} --target check.nonlinear
# Compilation error or test failure
# cmake --build build -j4 --config ${{ matrix.build_type }} --target check.slam
cmake --build build -j4 --config ${{ matrix.build_type }} --target check.slam
# Run GTSAM_UNSTABLE tests
cmake --build build -j4 --config ${{ matrix.build_type }} --target check.base_unstable