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

This commit is contained in:
Nick Mathewson 2020-12-07 14:04:05 -05:00
parent b5f17167c2
commit 6f286ba7c2
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ rust-nightly:
- cargo test --verbose --all - cargo test --verbose --all
- rustup component add clippy - rustup component add clippy
- cargo clippy - cargo clippy
- cargo fmt --all -- --check