From 64ed1bf86950c52e3400c0a536e223a53f48a4b7 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 25 Jan 2024 01:01:25 +0100 Subject: feat: pass full wasm 1.0 testsuite Signed-off-by: Henry Gressmann --- .github/workflows/test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/test.yaml') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0baaba9..24d4277 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,6 +27,9 @@ jobs: - name: Run tests (stable) run: cargo +stable test --workspace --exclude wasm-testsuite + - name: Run MVP testsuite + run: cargo +stable test-mvp + test-no-std: name: Test without default features on nightly Rust runs-on: ubuntu-latest @@ -43,3 +46,6 @@ jobs: - name: Run tests (nightly, no default features) run: cargo +nightly test --workspace --exclude wasm-testsuite --no-default-features + + - name: Run MVP testsuite (nightly) + run: cargo +nightly test-mvp -- cgit v1.3.1