Skip to content

Commit 5f84670

Browse files
authored
chore: add dock test (#17)
1 parent a248b66 commit 5f84670

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/run_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ COMMON_FEATURES_STR="${COMMON_FEATURES[*]}"
1212
for FEATURE in "${SCHEMA_VERSION_FEATURES[@]}"; do
1313
echo "🚀 Running tests with: --features \"$COMMON_FEATURES_STR $FEATURE\""
1414
cargo nextest run --no-default-features --features "$COMMON_FEATURES_STR $FEATURE"
15+
echo
16+
echo "🚀 Running documentation tests with: --features \"$COMMON_FEATURES_STR $FEATURE\""
17+
cargo test --doc --no-default-features --features "$COMMON_FEATURES_STR $FEATURE"
1518

1619
# stop on failure
1720
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)