We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bf216 commit b5efc03Copy full SHA for b5efc03
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Tests
38
run: |
39
cargo build --verbose --features "${{ matrix.features }}"
40
- cargo doc --verbose --features "${{ matrix.features }}"
+ cargo doc --verbose --features "${{ matrix.features }}" --no-deps
41
cargo test --verbose --features "${{ matrix.features }}"
42
cargo test --release --verbose --features "${{ matrix.features }}"
43
- name: Test run benchmarks
0 commit comments