mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-03 03:33:16 +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::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