mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-04 11:53:18 +03:00
Merge pull request #1596 from gitbutlerapp/remove-nightly-from-cranky
Remove nightly from cranky
This commit is contained in:
commit
bb53a51742
@ -75,6 +75,4 @@ allow = [
|
|||||||
"clippy::match_wildcard_for_single_variants",
|
"clippy::match_wildcard_for_single_variants",
|
||||||
"clippy::unnested_or_patterns",
|
"clippy::unnested_or_patterns",
|
||||||
"clippy::similar_names",
|
"clippy::similar_names",
|
||||||
# TODO: fixme
|
|
||||||
"clippy::struct_field_names"
|
|
||||||
]
|
]
|
||||||
|
@ -7,8 +7,7 @@ set -o pipefail
|
|||||||
function rust() {
|
function rust() {
|
||||||
cargo fmt --check
|
cargo fmt --check
|
||||||
cargo sort -c -w
|
cargo sort -c -w
|
||||||
# use nightly as long cranky is run in nightly on ci
|
cargo cranky --all-targets --all-features
|
||||||
cargo +nightly cranky --all-targets --all-features
|
|
||||||
cargo test
|
cargo test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user