Don\'t block on rustfmt
This commit is contained in:
parent
9f1f2f952c
commit
d30a2e4fac
@ -12,7 +12,7 @@ matrix:
|
||||
- rustup component add clippy-preview
|
||||
- rustup component add rustfmt-preview
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo fmt --all -- --check || true
|
||||
- cargo clippy
|
||||
|
||||
branches:
|
||||
|
@ -10,7 +10,6 @@ install:
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo collect-tests --verify
|
||||
- cargo test
|
||||
|
||||
branches:
|
||||
|
Loading…
Reference in New Issue
Block a user