Skip to content

feat: Create GitHub CI workflow

thebirdsdontsing requested to merge feat/ci into main

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)

Merge request reports