Skip to content

Commit bfd50fc

Browse files
committed
ci: Linux workflow
1 parent 89016b4 commit bfd50fc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/rust.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ jobs:
2121
run: |
2222
./scripts/build.sh --check
2323
24+
test-linux-lit:
25+
name: LIT
26+
runs-on: ubuntu-latest
27+
container: ghcr.io/plc-lang/rust-llvm:latest
28+
steps:
29+
- uses: actions/checkout@v3
30+
31+
- name: Install python3-pip
32+
shell: bash
33+
run: apt-get install -y python3-pip
34+
35+
- name: Install lit
36+
shell: bash
37+
run: pip install lit
38+
2439
test-linux:
2540
name: Test Linux
2641
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)