Skip to content

Commit

Permalink
chore: speedup doctest (#12669)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Oct 8, 2023
1 parent 1d04366 commit d3ebe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sccache --show-stats
sccache --zero-stats

echo "--- Run doctest"
cargo test --doc
RUSTDOCFLAGS="-Clink-arg=-fuse-ld=lld" cargo test --doc

echo "--- Show sccache stats"
sccache --show-stats
Expand Down

0 comments on commit d3ebe9f

Please sign in to comment.