Skip to content

Commit e4762f8

Browse files
committed
ci(run): remove redundant if predicate
1 parent 1f51478 commit e4762f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/run.bash

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,8 @@ build_test() {
6565
target_cargo "${cmd}" --workspace --all-targets --features test
6666
else
6767
target_cargo "${cmd}" --workspace --features test --tests
68-
fi
69-
70-
if [ "build" != "${cmd}" ]; then
7168
target_cargo "${cmd}" --doc --workspace --features test
7269
fi
73-
7470
}
7571

7672
if [ -z "$SKIP_TESTS" ]; then

0 commit comments

Comments
 (0)