Skip to content

Commit 6132ffe

Browse files
committed
[CI] skip test_vmbuilder on fedora
Signed-off-by: csh <[email protected]>
1 parent 18073d3 commit 6132ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
export WASMEDGE_BUILD_DIR="$(pwd)/WasmEdge/build"
160160
export WASMEDGE_PLUGIN_PATH="$(pwd)/WasmEdge/build/plugins/wasmedge_process"
161161
export LD_LIBRARY_PATH="$(pwd)/WasmEdge/build/lib/api"
162-
cargo test --workspace --locked --features aot,async,wasmedge_process,ffi -- --nocapture --test-threads=1
162+
cargo test --workspace --locked --features aot,async,wasmedge_process,ffi -- --nocapture --test-threads=1 --skip test_vmbuilder
163163
164164
build_macos:
165165
name: MacOS

0 commit comments

Comments
 (0)