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 c3b1e6f commit c6b3a5fCopy full SHA for c6b3a5f
.github/workflows/tests.yaml
@@ -129,15 +129,15 @@ jobs:
129
retention-days: 45
130
compression-level: 0
131
132
- - name: doctests
133
- if: ${{ (! inputs.flaky) && matrix.features == 'all' }}
134
- run: |
135
- if [ -n "${{ runner.debug }}" ]; then
136
- export RUST_LOG=TRACE
137
- else
138
- export RUST_LOG=DEBUG
139
- fi
140
- cargo test --workspace --all-features --doc
+ # - name: doctests
+ # if: ${{ (! inputs.flaky) && matrix.features == 'all' }}
+ # run: |
+ # if [ -n "${{ runner.debug }}" ]; then
+ # export RUST_LOG=TRACE
+ # else
+ # export RUST_LOG=DEBUG
+ # fi
+ # cargo test --workspace --all-features --doc
141
142
# build_and_test_windows:
143
# timeout-minutes: 30
0 commit comments