Closed waifod closed 1 year ago
This PR tackles issue https://github.com/Waifod/quant_finance_models/issues/35.
We add the GoogleTest framework to handle unit testing for our project.
We provide a sample test to verify that the integration was done correctly.
We extend the build workflow to run the unit tests and rename it to run-unit-tests.
build
run-unit-tests
This PR tackles issue https://github.com/Waifod/quant_finance_models/issues/35.
We add the GoogleTest framework to handle unit testing for our project.
We provide a sample test to verify that the integration was done correctly.
We extend the
build
workflow to run the unit tests and rename it torun-unit-tests
.