This commit is contained in:
ClementTsang 2020-02-10 19:45:22 -05:00
commit c6eb66fd52

View File

@ -27,7 +27,7 @@ before_script:
- rustup target add $TARGET - rustup target add $TARGET
- rustup component add clippy - rustup component add clippy
script: script:
- cargo clippy -- -D warnings - cargo clippy
- cargo build --verbose --target $TARGET - cargo build --verbose --target $TARGET
- cargo test --verbose --target $TARGET - cargo test --verbose --target $TARGET