cargo-tests-with-networking.sh 137 B

1234567
  1. #!/bin/sh
  2. set -e
  3. export WASM_BUILD_TOOLCHAIN=nightly-2021-03-24
  4. echo 'running all cargo tests'
  5. cargo test --release --all -- --ignored