We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3aff34 commit a4e731cCopy full SHA for a4e731c
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: Swatinem/rust-cache@v1
44
- name: Run tests
45
run: |
46
- cargo test -p ort --verbose --lib --doc --features fetch-models -- --test-threads 1
+ cargo test -p ort --verbose --features fetch-models -- --test-threads 1
47
cross-compile:
48
name: Cross-platform compile
49
runs-on: ${{ matrix.platform.os }}
0 commit comments