Merge branch 'master' of https://github.com/ClementTsang/bottom
This commit is contained in:
commit
c6eb66fd52
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue