mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-14 19:32:11 +03:00
977d441250
to simulate as much of the ci pipeline as possible
9 lines
136 B
Bash
Executable File
9 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cargo c --all-features
|
|
cargo clippy --all-features
|
|
# cargo clippy -- --cfg test
|
|
cargo t
|
|
cargo fmt --check
|
|
cargo sort -c -w
|