Browse Source

travis: cargo test without --all

Mokhtar Naamani 4 years ago
parent
commit
9ba4daf340
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -36,7 +36,7 @@ before_script:
 
 script:
   # we set release as build type for all steps to benefit from already compiled packages in prior steps
-  # - BUILD_DUMMY_WASM_BINARY=1 cargo clippy --release -- -D warnings
-  - BUILD_DUMMY_WASM_BINARY=1 cargo test --release --all
+  - BUILD_DUMMY_WASM_BINARY=1 cargo clippy --release -- -D warnings
+  - BUILD_DUMMY_WASM_BINARY=1 cargo test --release
   - TRIGGER_WASM_BUILD=1 cargo build --release
   - ls -l ./target/release/wbuild/joystream-node-runtime/