mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
dummy test to validate updated ci (#539)
disable ci/action ubuntu as it's redundant with the matrix runs
This commit is contained in:
parent
5a4a1094d8
commit
1dc74351ff
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user