From b61e55c1fbf5c0c443b325967a524a2623429029 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 1 Jun 2024 20:18:09 +0200 Subject: fix: table_init variable order Signed-off-by: Henry Gressmann --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6f2da8d..0a3f092 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -121,14 +121,14 @@ jobs: path: examples/rust/out - name: Run all tests (for the default workspace members) - uses: houseabsolute/actions-rust-cross@v0.0.12 + uses: houseabsolute/actions-rust-cross@v0.0.13 with: command: test target: armv7-unknown-linux-gnueabihf toolchain: nightly - name: Run MVP testsuite - uses: houseabsolute/actions-rust-cross@v0.0.12 + uses: houseabsolute/actions-rust-cross@v0.0.13 with: command: test args: "-p tinywasm --test test-mvp --release -- --enable" -- cgit v1.3.1