소스 검색

Build and test whole workspace on CI

Isaac Woods 6 년 전
부모
커밋
44de3fb9b0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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