Skip to content

Commit

Permalink
Update cargo-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakFarmer committed Nov 4, 2023
1 parent c8fa7c9 commit cd2cdb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "16.0"
- name: Run testsuite
run: cargo test

0 comments on commit cd2cdb4

Please sign in to comment.