mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 07:45:41 +03:00
run cranky on stable
This commit is contained in:
parent
f7ee4b2271
commit
e3d88e8c39
@ -75,6 +75,4 @@ allow = [
|
||||
"clippy::match_wildcard_for_single_variants",
|
||||
"clippy::unnested_or_patterns",
|
||||
"clippy::similar_names",
|
||||
# TODO: fixme
|
||||
"clippy::struct_field_names"
|
||||
]
|
||||
|
@ -7,8 +7,7 @@ set -o pipefail
|
||||
function rust() {
|
||||
cargo fmt --check
|
||||
cargo sort -c -w
|
||||
# use nightly as long cranky is run in nightly on ci
|
||||
cargo +nightly cranky --all-targets --all-features
|
||||
cargo cranky --all-targets --all-features
|
||||
cargo test
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user