wasmi/test.sh

10 lines
77 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eux
cd $(dirname $0)
2019-04-15 17:43:51 +00:00
time cargo test --all
cd -