dantrim / hamming-codec

Simple encode/decode utilties for bit-error correcting Hamming codes
MIT License
15 stars 4 forks source link

Add CI steps for testing the build of the C++ bindings #4

Closed dantrim closed 3 years ago

dantrim commented 3 years ago

What

This MR adds a new workflow step in which the steps for building the C++ bindings for the hamming_codec Python module are followed.

It tests the build, as well as the encode and decode executables.