Skip to content

Commit c6b3a5f

Browse files
committed
moar disabling
1 parent c3b1e6f commit c6b3a5f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/tests.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ jobs:
129129
retention-days: 45
130130
compression-level: 0
131131

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
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
141141

142142
# build_and_test_windows:
143143
# timeout-minutes: 30

0 commit comments

Comments
 (0)