diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-06-01 20:18:09 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-06-01 20:18:09 +0200 |
| commit | b61e55c1fbf5c0c443b325967a524a2623429029 (patch) | |
| tree | 017476e803f4ec515472bfb38d13c78f0025a3aa /.github/workflows/test.yaml | |
| parent | a95326431cfd3c4afe8c6d7cffde63d086734390 (diff) | |
fix: table_init variable order
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows/test.yaml')
| -rw-r--r-- | .github/workflows/test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
