Fix CI build (hopefully), migrate to using Cargo workspace

This commit is contained in:
Lucien Greathouse
2019-01-09 16:49:23 -08:00
parent f2849357f8
commit 779bcaeccb
8 changed files with 32 additions and 22 deletions

View File

@@ -29,12 +29,10 @@ matrix:
rust: stable
script:
- cd server
- cargo test --verbose
- language: rust
rust: beta
script:
- cd server
- cargo test --verbose