Skip to content

Commit 02592ba

Browse files
Run assembly tests in the CI
1 parent 15b3ee1 commit 02592ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- { gcc: "libgccjit12.so", extra: "--no-default-features", artifacts_branch: "gcc12" }
2525
commands: [
2626
"--mini-tests",
27-
"--std-tests",
27+
"--std-tests --asm-tests",
2828
"--test-libcore",
2929
"--extended-rand-tests",
3030
"--extended-regex-example-tests",
@@ -43,7 +43,8 @@ jobs:
4343
path: llvm
4444

4545
- name: Install packages
46-
run: sudo apt-get install ninja-build ripgrep
46+
# `llvm-14-tools` is needed to install `FileCheck` which is used for asm tests.
47+
run: sudo apt-get install ninja-build ripgrep llvm-14-tools
4748

4849
- name: Download artifact
4950
uses: dawidd6/action-download-artifact@v2

0 commit comments

Comments
 (0)