mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-06 01:27:24 +03:00
9 lines
136 B
Bash
9 lines
136 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cargo c --all-features
|
||
|
cargo clippy --all-features
|
||
|
# cargo clippy -- --cfg test
|
||
|
cargo t
|
||
|
cargo fmt --check
|
||
|
cargo sort -c -w
|