Disable clippy on CI

This commit is contained in:
Yota Toyama
2019-06-14 07:15:23 +00:00
parent 470bdd5156
commit 951cfed3c5

View File

@@ -7,7 +7,4 @@ jobs:
- checkout
- run: git submodule update --init --recursive
- run: cargo build
- run: |
rustup component add clippy
cargo clippy
- run: cd examples && ./test.sh