Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Mar 19, 2024
1 parent 977eaa4 commit d779147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- macos-latest
- windows-latest
include:
- cargo_args: --features diffsl-llvm14
- cargo_args: "--features diffsl-llvm14"
- toolchain: stable
os: ubuntu-latest
cargo_args:
cargo_args: ""



Expand All @@ -40,6 +40,6 @@ jobs:
with:
version: "14.0"
- name: Build
run: cargo build --verbose --features diffsl-llvm14
run: cargo build --verbose ${{ matrix.cargo_args }}
- name: Run tests
run: cargo test --verbose --features diffsl-llvm14
run: cargo test --verbose ${{ matrix.cargo_args }}

0 comments on commit d779147

Please sign in to comment.