run tests in build.sh

This commit is contained in:
Simon Gardling 2022-03-03 15:01:16 -05:00
parent 63cf6ab9be
commit 71a33b5894

View File

@ -4,6 +4,8 @@ set -e
rm -fr tmp | true
rm -fr pkg | true
cargo test
#apply optimizations via wasm-opt
wasm_opt() {
wasm-opt -Oz -o pkg/integral_site_bg_2.wasm pkg/integral_site_bg.wasm