Procházet zdrojové kódy

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

Josh Stone před 9 roky
rodič
revize
a423b39833
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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