Skip to content

Commit

Permalink
fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Nov 15, 2024
1 parent 77a8f7c commit 0f71d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ jobs:
version: ${{ matrix.llvm-version[0] }}
env: true
- name: Build
run: cargo test --verbose --workspace --exclude hugr-llvm --features llvm${{ matrix.llvm-version[1] }} --no-run
run: cargo test -p hugr-llvm --verbose --workspace --features llvm${{ matrix.llvm-version[1] }} --no-run
- name: Tests with no features
run: cargo test --verbose --workspace --exclude hugr-llvm --features llvm${{ matrix.llvm-version[1] }}
run: cargo test -p hugr-llvm --verbose --workspace --features llvm${{ matrix.llvm-version[1] }}

rs-semver-checks:
needs: [changes, check]
Expand Down

0 comments on commit 0f71d69

Please sign in to comment.