Skip to content

Commit 3cb5c3d

Browse files
ci: disable full test to work around CI hours limit
1 parent 455d1d7 commit 3cb5c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
"agent_query": "macos-11",
136136
"target": "macos_x86_64",
137137
"run_stdlib_test": true,
138-
"run_full_test": true,
138+
"run_full_test": false,
139139
"run_e2e_test": true,
140140
"build_hello_wasm": true,
141141
"clean_build_dir": false

0 commit comments

Comments
 (0)