From f64f907b9f72b73a9aeb633878cd5be4671ea8af Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Thu, 26 Sep 2024 18:26:32 +0200 Subject: [PATCH] wasm gc: enable running tests in CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f182f36dd..5be52289e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - js - wasm - wasi + - wasm-gc steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v3 @@ -29,7 +30,7 @@ jobs: echo 'wasmtime "$@"'> "$HOME/.wasmtime/bin/wasmtime" chmod +x "$HOME/.wasmtime/bin/wasmtime" - run: | - platforms=("c" "js" "wasm" "wasi") + platforms=("c" "js" "wasm" "wasi" "wasm-gc") args=() for v in "${platforms[@]}" do