You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: