Skip to content

Commit

Permalink
dummy test to validate updated ci (#539)
Browse files Browse the repository at this point in the history
disable ci/action ubuntu as it's redundant with the matrix runs
  • Loading branch information
KjellKod authored Aug 28, 2024
1 parent 5a4a109 commit 1dc7435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_main/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 1dc7435

Please sign in to comment.