Explorar el Código

.multirust.sh: use the subcrated "make test"

Josh Stone hace 9 años
padre
commit
a423b39833
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .multirust.sh

+ 1 - 1
.multirust.sh

@@ -7,7 +7,7 @@ set -ex
 for toolchain in 1.0.0 beta nightly; do
     run="multirust run $toolchain"
     $run cargo build --verbose
-    $run cargo test --verbose
+    $run make test
     $run .travis/test_features.sh
     if [ $toolchain = nightly ]; then
         $run .travis/test_nightly.sh