Skip to content

Commit

Permalink
ci: Linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
volsa committed Jun 11, 2024
1 parent 89016b4 commit 7a7026a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ jobs:
run: |
./scripts/build.sh --check
test-linux-lit:
name: LIT
runs-on: ubuntu-latest
container: ghcr.io/plc-lang/rust-llvm:latest
steps:
- uses: actions/checkout@v3

- name: Install python3-pip
shell: bash
run: sudo apt install -y python3-pip

- name: Install lit
shell: bash
run: pip install lit

test-linux:
name: Test Linux
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a7026a

Please sign in to comment.