aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
866 stars 162 forks source link

fix(ci): cmake tests are not run on GHA #84

Closed mayeut closed 2 years ago

mayeut commented 2 years ago

Following #79, tests were not run anymore with cmake builds (as tests were not built by default after that PR). This PR re-enables testing cmake builds, adds --no-tests=error flag to ctest (would have caught the "no tests" == OK issue). This also adds -Werror=dev to cmake configure step to check and enforce the effectiveness of #79 regarding the multiple warnings that were output by cmake before that.