dummy test to validate updated ci (#539)

disable ci/action ubuntu as it's redundant with the matrix runs
This commit is contained in:
Kjell Hedström 2024-08-27 22:42:30 -06:00 committed by GitHub
parent 5a4a1094d8
commit 1dc74351ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}