Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GHA CI job to run build, fmt, clippy, and test
This commit adds a CI job to github actions that will run pre and post merge on any branch to run cargo build, cargo fmt, cargo clippy, and cargo test. This will ensure that any proposed change to rustiq-core will pass all of these checks to ensure the repo can always build, pass all the tests, and is following standard best practices for rust development. We shouldn't add this CI job until #2 merges because CI won't pass clippy without that.
- Loading branch information