Update ubuntu workflow to also build RelWithDebInfo and execute the unit tests #655
Labels
build/environment
Categorizes an issue or PR relevant to the build environment.
good first issue
Denotes an issue ready for a new contributor
I think it would be good to also execute the RelWithDebInfo build and unit tests.
This reduces the possibility of issues being found during a release (context).
Suggestion: update the .github/workflows/ubuntu.yml to execute a matrix build for:
Debug -> all features enabledRelWithDebInfo -> all features enabledRelWithDebInfo -> only the default features enabledThe text was updated successfully, but these errors were encountered: