Skip to content

Commit

Permalink
ci(backends): specify package
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Feb 24, 2025
1 parent 62d40b3 commit bae2565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo test --manifest-path backends/candle/Cargo.toml --verbose -- --test-threads 1
cargo test --manifest-path backends/candle/Cargo.toml -p ort-candle --verbose -- --test-threads 1
tract:
name: Tract
runs-on: ${{ matrix.platform.os }}
Expand All @@ -67,4 +67,4 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo test --manifest-path backends/tract/Cargo.toml --verbose -- --test-threads 1
cargo test --manifest-path backends/tract/Cargo.toml -p ort-tract --verbose -- --test-threads 1

0 comments on commit bae2565

Please sign in to comment.