mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-13 10:42:56 +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[]) {
|
int main(int argc, char* argv[]) {
|
||||||
testing::InitGoogleTest(&argc, argv);
|
testing::InitGoogleTest(&argc, argv);
|
||||||
int return_value = RUN_ALL_TESTS();
|
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;
|
return return_value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user