revert lines according to review comments.

release/4.3a0
Tal Regev 2024-01-04 08:51:19 +02:00
parent 8023df456d
commit 85cae70cef
1 changed files with 10 additions and 2 deletions

View File

@ -70,8 +70,16 @@ function build()
function test()
{
cmake --build build --target python-test
cmake --build build --target python-test-unstable
cd $GITHUB_WORKSPACE/python/gtsam/tests
$PYTHON -m unittest discover -v
cd $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE/python/gtsam_unstable/tests
$PYTHON -m unittest discover -v
cd $GITHUB_WORKSPACE
# cmake --build build --target python-test
# cmake --build build --target python-test-unstable
}
# select between build or test