Skip to content

Commit 724f391

Browse files
committed
[commitgraph] Include in make check target.
1 parent 3c92761 commit 724f391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ check: ## Build all code in suitable configurations
9494
&& cargo check --features fast-sha1 \
9595
&& cargo check --features interrupt-handler \
9696
&& cargo check --features disable-interrupts
97+
cd git-commitgraph && cargo check --all-features \
98+
&& cargo check
9799

98100
unit-tests: ## run all unit tests
99101
cargo test --all --no-fail-fast

0 commit comments

Comments
 (0)