2 unstable releases
0.2.0 | Dec 11, 2023 |
---|---|
0.1.0 | Dec 11, 2023 |
#592 in Testing
Used in ju-tcs-rust-23-6
3KB
rust-lang-course-rust-repo
Szablon repozytorium dla projektu w języku Rust
Zadania
- Stwórz nowe (prywatne!) repozytorium na podstawie szablonu (tutorial).
- Dodaj dwa kolejne kroki CI:
- odpalenie lintera (
cargo clippy
) - odpalenie testów (
cargo test
)
- odpalenie lintera (