From 67ad3ff1ba112a91d7ad6d38097baa448222b355 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 5 Apr 2023 01:01:51 +0000 Subject: [PATCH] scripts: run doc tests Signed-off-by: Alyssa Ross --- scripts/run_unit_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_unit_tests.sh b/scripts/run_unit_tests.sh index 5ad9206e7..9b27add0e 100755 --- a/scripts/run_unit_tests.sh +++ b/scripts/run_unit_tests.sh @@ -22,3 +22,4 @@ fi export RUST_BACKTRACE=1 cargo test --lib --bins --target $BUILD_TARGET --workspace ${cargo_args[@]} || exit 1 +cargo test --doc --target $BUILD_TARGET --workspace ${cargo_args[@]} || exit 1