* use semicolon as empty command and add test
* remove platform specific test coverage
* only run actions for pushes and prs into master (avoid duplication)
* remove cache test as it's already part of the test suite
* update version
* test cache reuse
* Added GTest (googletest) Example
The examples tests the Fibonacci library similar to the doctest example.
* Update examples/gtest/CMakeLists.txt
Co-Authored-By: Lars Melchior <TheLartians@users.noreply.github.com>