We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7abc4f commit 0bd8418Copy full SHA for 0bd8418
.github/workflows/test.yml
@@ -57,10 +57,10 @@ jobs:
57
-c opt
58
$(bazel query 'kind(was.*_rust_binary, //test/test_data/...)')
59
$(bazel query 'kind(_optimized_wasm_cc_binary, //test/test_data/...)')
60
-
+
61
# Currently, in Github Action, "Bazel build step" creates `wasm_canary_check.wasm` directory as a temporal directory.
62
# Since the name of this directory has "*.wasm" pattern, the step "Mangle build rules to use existing test data" fails.
63
- # So, here, we clear out the directories in test_data.
+ # So, here, we clear out the directories in test_data.
64
- name: Clean up test data
65
shell: bash
66
run: |
0 commit comments