From 1dc74351ff5a5d88d95ff30363e7f7f0bd3644f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Tue, 27 Aug 2024 22:42:30 -0600 Subject: [PATCH] dummy test to validate updated ci (#539) disable ci/action ubuntu as it's redundant with the matrix runs --- test_main/test_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_main/test_main.cpp b/test_main/test_main.cpp index 3311961..752ca39 100644 --- a/test_main/test_main.cpp +++ b/test_main/test_main.cpp @@ -10,6 +10,6 @@ int main(int argc, char* argv[]) { testing::InitGoogleTest(&argc, argv); int return_value = RUN_ALL_TESTS(); - std::cout << "FINISHED WITH THE TESTING" << std::endl; + std::cout << "FINISHED WITH THE TESTING " << std::endl; return return_value; }