Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jul 10, 2024
1 parent e04be8d commit b427470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- run: cargo fmt --all -- --check

unit-tests:
name: Tests - ${{ matrix.os }} - ${{ matrix.toolchain }}
name: Tests - ${{ matrix.os }} - ${{ matrix.toolchain }} - ${{ matrix.llvm }}
runs-on: ubuntu-latest
strategy:
matrix:
llvm:
- 14
- 15
- "14"
- "15"
toolchain:
- stable
os:
Expand Down

0 comments on commit b427470

Please sign in to comment.