Logo
Explore Help
Sign In
martials/rust-lib
1
0
Fork 0
You've already forked rust-lib
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
testing
rust-lib/justfile

20 lines
260 B
Makefile
Raw Permalink Normal View History

:sparkles: Updated dependencies, nix shell, justfile - Updated all dependencies - Updated Rust edition to 2024 - Nix shell from flake - Added justfile - Mirgrate all changes to various packages
2025-03-07 18:21:23 +01:00
#!/usr/bin/env just --justfile
run:
cargo run
fmt:
:recycle: Removed Makefile, refactored schema in tests
2025-03-08 19:09:43 +01:00
cargo fmt --all
:sparkles: Updated dependencies, nix shell, justfile - Updated all dependencies - Updated Rust edition to 2024 - Nix shell from flake - Added justfile - Mirgrate all changes to various packages
2025-03-07 18:21:23 +01:00
lint:
:recycle: Removed Makefile, refactored schema in tests
2025-03-08 19:09:43 +01:00
cargo clippy --all-targets --all-features -- -D warnings
:sparkles: Updated dependencies, nix shell, justfile - Updated all dependencies - Updated Rust edition to 2024 - Nix shell from flake - Added justfile - Mirgrate all changes to various packages
2025-03-07 18:21:23 +01:00
release:
cargo build --release
test:
cargo test --all-features --workspace
coverage:
cargo llvm-cov
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 25ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API