Skip to content

Commit

Permalink
Note the doc test regression issue
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Dec 3, 2024
1 parent 3af4872 commit 13fe66e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
RUST_BACKTRACE: 1
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0 --deny warnings ${{ matrix.platform.rustflags }}"
# Disable doc tests on Rust 1.83
# Disable doc tests on Rust 1.83, since some path handling regressed there.
# This has been fixed in Rust 1.84 beta.
# https://github.com/rust-lang/rust/issues/132203
OPTIONS: ${{ matrix.platform.options }} ${{ matrix.rust_version == 'stable' && '--lib' || '' }}
FEATURES: ${{ format(',{0}', matrix.platform.features ) }}
CMD: ${{ matrix.platform.cmd }}
Expand Down

0 comments on commit 13fe66e

Please sign in to comment.