File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ jobs:
128128 -//test/integration:wasi_component_wasm_lib_release_host \
129129 -//test/unit:test_component_simple_wasm_lib_release_host \
130130 -//test/unit:test_component_with_deps_wasm_lib_release_host \
131- -//examples/basic:hello_component_wasm_lib_release_host
131+ -//examples/basic:hello_component_wasm_lib_release_host \
132+ -//tools/checksum_updater_wasm:checksum_updater_wasm_wizer_component_release_wasm_lib_release_host
132133
133134 - name : Run Tests
134135 run : bazel test --test_output=errors -- //test/integration:basic_component_build_test //test/integration:basic_component_validation //test/unit:unit_tests
@@ -225,7 +226,8 @@ jobs:
225226 -//test/integration:wasi_component_wasm_lib_release_host \
226227 -//test/unit:test_component_simple_wasm_lib_release_host \
227228 -//test/unit:test_component_with_deps_wasm_lib_release_host \
228- -//examples/basic:hello_component_wasm_lib_release_host
229+ -//examples/basic:hello_component_wasm_lib_release_host \
230+ -//tools/checksum_updater_wasm:checksum_updater_wasm_wizer_component_release_wasm_lib_release_host
229231
230232 - name : Run Tests
231233 run : bazel test --test_output=errors -- //test/integration:basic_component_build_test //test/integration:basic_component_validation //test/unit:unit_tests
You can’t perform that action at this time.
0 commit comments