Ver Fonte

Build and test whole workspace on CI

Isaac Woods há 6 anos atrás
pai
commit
44de3fb9b0
1 ficheiros alterados com 2 adições e 2 exclusões
  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