Kaynağa Gözat

Build and test whole workspace on CI

Isaac Woods 6 yıl önce
ebeveyn
işleme
44de3fb9b0
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -25,8 +25,8 @@ before_script:
 
 script:
   - cargo fmt --all -- --check
-  - cargo build
-  - cargo test
+  - cargo build --all
+  - cargo test --all
 
 notifications:
   email: change