travis: Cargo build worksace in CI (#50)

This commit is contained in:
Armani Ferrante 2020-11-24 12:01:03 -08:00 committed by GitHub
parent a166569c4b
commit 937e26da94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,5 +45,6 @@ jobs:
- <<: *defaults
name: Fmt and Common Tests
script:
- docker exec dev cargo build
- docker exec dev cargo fmt -- --check
- docker exec -w=/workdir/common dev cargo test --features client,strict