diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index aee2b7f1d7e..b7a5cdaf418 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -724,7 +724,7 @@ jobs: { description: 'Unit-test packages on std', make: 'test-stage-1-test-all', - }, + } # { # description: 'Unit-test cranelift on no-std', # make: 'test-stage-2-test-compiler-cranelift-nostd', @@ -741,7 +741,7 @@ jobs: # description: 'Unit-test examples', # make: 'test-stage-5-test-examples', # } - ] + ] metadata: [ #{ # build: linux-x64, @@ -764,7 +764,7 @@ jobs: target: aarch64-apple-darwin, exe: '', llvm_url: 'https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/llvm-darwin-aarch64.tar.xz' - }, + } #{ # build: windows-x64, # os: windows-2022,