fixup! fixup! Try adding "test --all" and "fmt" and "clippy".

This commit is contained in:
Nick Mathewson 2020-12-07 12:51:03 -05:00
parent 09849c64f8
commit b5f17167c2
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ rust-nightly:
script:
- cargo build --verbose --target x86_64-unknown-linux-gnu --all
- cargo test --verbose --all
- rustup component add clippy rustfmt
- rustup component add clippy
- cargo clippy
- cargo fmt --all -- --check