Skip to content

Commit

Permalink
ci(test): fix cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Nov 21, 2023
1 parent d3aff34 commit a4e731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo test -p ort --verbose --lib --doc --features fetch-models -- --test-threads 1
cargo test -p ort --verbose --features fetch-models -- --test-threads 1
cross-compile:
name: Cross-platform compile
runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit a4e731c

Please sign in to comment.