run tests in build.sh
This commit is contained in:
parent
63cf6ab9be
commit
71a33b5894
2
build.sh
2
build.sh
@ -4,6 +4,8 @@ set -e
|
|||||||
rm -fr tmp | true
|
rm -fr tmp | true
|
||||||
rm -fr pkg | true
|
rm -fr pkg | true
|
||||||
|
|
||||||
|
cargo test
|
||||||
|
|
||||||
#apply optimizations via wasm-opt
|
#apply optimizations via wasm-opt
|
||||||
wasm_opt() {
|
wasm_opt() {
|
||||||
wasm-opt -Oz -o pkg/integral_site_bg_2.wasm pkg/integral_site_bg.wasm
|
wasm-opt -Oz -o pkg/integral_site_bg_2.wasm pkg/integral_site_bg.wasm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user