File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -87,16 +87,16 @@ jobs:
8787 runner : ${{ vars.MAC_SELF_HOSTED_RUNNER_LABELS || '"macos-latest"' }}
8888 test : true
8989
90- test-wasm :
91- name : Test WASM
92- needs : [check-changed]
93- if : ${{ needs.check-changed.outputs.code_changed == 'true' }}
94- uses : ./.github/workflows/reusable-build.yml
95- with :
96- target : wasm32-wasip1-threads
97- profile : " ci"
98- runner : ${{ vars.LINUX_SELF_HOSTED_RUNNER_LABELS || '"ubuntu-22.04"' }}
99- test : true
90+ # test-wasm:
91+ # name: Test WASM
92+ # needs: [check-changed]
93+ # if: ${{ needs.check-changed.outputs.code_changed == 'true' }}
94+ # uses: ./.github/workflows/reusable-build.yml
95+ # with:
96+ # target: wasm32-wasip1-threads
97+ # profile: "ci"
98+ # runner: ${{ vars.LINUX_SELF_HOSTED_RUNNER_LABELS || '"ubuntu-22.04"' }}
99+ # test: true
100100
101101 check-codspeed :
102102 name : Check Bench Result
You can’t perform that action at this time.
0 commit comments