wasmi/test.sh

10 lines
77 B
Bash
Executable File

#!/usr/bin/env bash
set -eux
cd $(dirname $0)
time cargo test --all
cd -