This commit is contained in:
ClementTsang 2020-02-10 19:45:22 -05:00
commit c6eb66fd52
1 changed files with 1 additions and 1 deletions

View File

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