Turn off rustfmt/clippy for 0.5.x branch

This commit is contained in:
Lucien Greathouse
2020-02-26 18:15:02 -08:00
parent 1c9905f6e2
commit f3ba1b1f16

View File

@@ -23,12 +23,6 @@ jobs:
- name: Run tests
run: cargo test --locked --verbose
- name: Rustfmt and Clippy
run: |
cargo fmt -- --check
cargo clippy
if: matrix.rust_version == 'stable'
- name: Build (All Features)
run: cargo build --locked --verbose --all-features