Skip to content

Commit

Permalink
Added MODE_NOLOG unittests to CI, fixed glog unittests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Sep 6, 2023
1 parent 244b5fa commit 3fa3efd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/run_build_ubuntu20_04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ cmake --build . --target test_default -- -j 6
cmake --build . --target test_glog -- -j 6
cmake --build . --target test_lpp -- -j 6
cmake --build . --target test_lpp_custom -- -j 6
cmake --build . --target test_nolog -- -j 6
cmake --build . --target test_roslog -- -j 6
cd devel/lib/lpp
./test_default
./test_roslog
./test_glog
./test_lpp
./test_lpp_custom
./test_nolog
./test_roslog

0 comments on commit 3fa3efd

Please sign in to comment.