Fix clippy command to run against test suite
This commit is contained in:
parent
294dccc5be
commit
e6fda1c410
@ -63,7 +63,7 @@ matrix:
|
||||
- cd "${TRAVIS_BUILD_DIR}/serde_test"
|
||||
- cargo clippy -- -Dclippy
|
||||
- cd "${TRAVIS_BUILD_DIR}/test_suite"
|
||||
- cargo clippy --features unstable -- -Dclippy
|
||||
- cargo clippy --tests --features unstable -- -Dclippy
|
||||
- cd "${TRAVIS_BUILD_DIR}/test_suite/no_std"
|
||||
- cargo clippy -- -Dclippy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user