From 03020080366241f1c5b610546d3e17687232eb30 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Wed, 13 Mar 2024 15:28:31 +0100 Subject: chore: optimize block stack, remove EndFunc (#12) Signed-off-by: Henry Gressmann --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/test.yaml') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d2b60d1..6f2da8d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: run: cargo +stable build --workspace - name: Run tests (stable) - run: cargo +stable test --workspace + run: cargo +stable test --workspace && cargo +stable run --example wasm-rust all - name: Run MVP testsuite run: cargo +stable test-mvp @@ -75,7 +75,7 @@ jobs: run: cargo +nightly build --workspace --no-default-features - name: Run tests (nightly, no default features) - run: cargo +nightly test --workspace --no-default-features + run: cargo +nightly test --workspace --no-default-features && cargo +nightly run --example wasm-rust all - name: Run MVP testsuite (nightly) run: cargo +nightly test-mvp -- cgit v1.3.1