diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 6c1a195af..ddd741d04 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -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]