Skip to content

Commit a4e731c

Browse files
committed
ci(test): fix cargo test
1 parent d3aff34 commit a4e731c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: Swatinem/rust-cache@v1
4444
- name: Run tests
4545
run: |
46-
cargo test -p ort --verbose --lib --doc --features fetch-models -- --test-threads 1
46+
cargo test -p ort --verbose --features fetch-models -- --test-threads 1
4747
cross-compile:
4848
name: Cross-platform compile
4949
runs-on: ${{ matrix.platform.os }}

0 commit comments

Comments
 (0)