I just ran into an compiling error that would've been caught by simply running make.
I highly recommend that a test workflow be added to this project (.github/workflows/testing.yaml for example)
I have a template for Rust projects here: https://github.com/yonasBSD/rust-ci-github-actions-workflow/tree/main/.github/workflows
It includes:
- file linting and formatting
- test cross-build (linux, mac os x, windows)
- code coverage reporting
- security scorecard
- security code scanner
- open source license checker
- dependabot dependency checker
- publish release with changes in description body
- publish changelog.md
I recommend adding these to Filestash.