File tree 7 files changed +18
-0
lines changed
7 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,6 @@ cargo test -- --test-threads=1
11
11
if [[ " $RUST_VERSION " == " nightly" * ]]; then
12
12
cd benchmarks
13
13
cargo check --bins
14
+
15
+ RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features
14
16
fi
Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ export RUSTFLAGS="-D warnings"
7
7
8
8
cargo check --bins --examples --tests
9
9
cargo test
10
+
11
+ if [[ " $RUST_VERSION " == " nightly" * ]]; then
12
+ RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features
13
+ fi
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ cargo test
11
11
if [[ " $RUST_VERSION " == " nightly" * ]]; then
12
12
cargo test --features nightly
13
13
14
+ RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features
15
+
14
16
if [[ " $OSTYPE " == " linux" * ]]; then
15
17
ASAN_OPTIONS=" detect_odr_violation=0 detect_leaks=0" \
16
18
RUSTFLAGS=" -Z sanitizer=address" \
Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ export RUSTFLAGS="-D warnings"
7
7
8
8
cargo check --bins --examples --tests
9
9
cargo test
10
+
11
+ if [[ " $RUST_VERSION " == " nightly" * ]]; then
12
+ RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features
13
+ fi
Original file line number Diff line number Diff line change @@ -10,4 +10,6 @@ cargo test
10
10
11
11
if [[ " $RUST_VERSION " == " nightly" * ]]; then
12
12
cargo test --features nightly
13
+
14
+ RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features
13
15
fi
Original file line number Diff line number Diff line change @@ -10,4 +10,6 @@ cargo test
10
10
11
11
if [[ " $RUST_VERSION " == " nightly" * ]]; then
12
12
cargo test --features nightly
13
+
14
+ RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features
13
15
fi
Original file line number Diff line number Diff line change @@ -10,4 +10,6 @@ cargo test
10
10
11
11
if [[ " $RUST_VERSION " == " nightly" * ]]; then
12
12
cargo test --features nightly
13
+
14
+ RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features
13
15
fi
You can’t perform that action at this time.
0 commit comments