Open scott-wilson opened 3 years ago
Using GitHub actions from https://github.com/actions-rs (or inspired by) may be useful for the project. Also, we may want to update the VSCode Dev container to be more useful for running tests.
A useful link to get this set up: https://shift.click/blog/github-actions-rust/
The following should be added:
cargo test
Using GitHub actions from https://github.com/actions-rs (or inspired by) may be useful for the project. Also, we may want to update the VSCode Dev container to be more useful for running tests.
A useful link to get this set up: https://shift.click/blog/github-actions-rust/
The following should be added:
Building
Testing
Unit/Integration Tests (
cargo test
)Linters/Static Analysis