Test installing too I guess?

This commit is contained in:
ClementTsang 2020-02-25 20:31:13 -05:00
parent 24025df106
commit 46b695d575
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ script:
- cargo clippy -- -D clippy::all
- cargo build --verbose --target $TARGET
- cargo test --verbose --target $TARGET
- cargo install --target $TARGET
# Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work
cache: