Skip to content

Commit

Permalink
Merge branch 'volsa/lit' of https://github.com/plc-lang/rusty into vo…
Browse files Browse the repository at this point in the history
…lsa/lit
  • Loading branch information
volsa committed Jun 12, 2024
2 parents ca5b7f0 + c50833e commit 04ce4e4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ 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 pipx
shell: bash
run: |
apt-get -y install pipx
pipx ensurepath
- name: Install lit
shell: bash
run: pipx install lit

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

0 comments on commit 04ce4e4

Please sign in to comment.