From 0f71d6953a86348233f2321520034823d435dd18 Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Fri, 15 Nov 2024 17:24:18 +0000 Subject: [PATCH] fix commands --- .github/workflows/ci-rs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]