wasmi/test.sh

10 lines
71 B
Bash
Executable File

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