Skip to content

Commit 9e92ecb

Browse files
committed
test query toolchains
1 parent 619bf90 commit 9e92ecb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,12 @@ jobs:
315315
echo "filegroup(name = \"$i\", srcs = [\"$i.wasm\"])" >> test/test_data/BUILD; \
316316
done
317317
318+
- name: Bazel query toolchains
319+
shell: bash
320+
run: >
321+
${{ matrix.run_under }}
322+
bazel query "@llvm_toolchain//:*"
323+
318324
- name: Bazel build/test
319325
shell: bash
320326
run: >

0 commit comments

Comments
 (0)