2 releases
0.1.1 | Dec 11, 2023 |
---|---|
0.1.0 | Dec 11, 2023 |
#703 in Testing
Used in uj_tcs_rust_23_17
4KB
55 lines
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 (