Skip to content

Commit f4b117e

Browse files
ci: disable all tests on GHA macOS runner to work around CI hours limit
1 parent 3cb5c3d commit f4b117e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ jobs:
134134
"build_os": "macos-11",
135135
"agent_query": "macos-11",
136136
"target": "macos_x86_64",
137-
"run_stdlib_test": true,
137+
"run_stdlib_test": false,
138138
"run_full_test": false,
139-
"run_e2e_test": true,
140-
"build_hello_wasm": true,
139+
"run_e2e_test": false,
140+
"build_hello_wasm": false,
141141
"clean_build_dir": false
142142
},
143143
{

0 commit comments

Comments
 (0)