feat: Create GitHub CI workflow
Created by: ecoulson
What?
Implementing a CI system to test the project
Why?
Prevent breaking builds
How?
Using GitHub actions to run cargo build
and cargo test
closes #45 (closed)
Created by: ecoulson
Implementing a CI system to test the project
Prevent breaking builds
Using GitHub actions to run cargo build
and cargo test
closes #45 (closed)