1 2 3 4 5 6 7
# Run all tests # Usage: just test # Example: just test test: @echo "Running all tests..." cargo test --all-features