We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c954bbf commit 429f808Copy full SHA for 429f808
Makefile
@@ -102,6 +102,8 @@ check: ## Build all code in suitable configurations
102
&& cargo check --features crc32 \
103
&& cargo check --features zlib \
104
&& cargo check --features zlib,zlib-ng-compat \
105
+ && cargo check --features zlib-stock \
106
+ && cargo check --features zlib,zlib-stock \
107
&& cargo check --features cache-efficiency-debug
108
cd git-commitgraph && cargo check --all-features \
109
&& cargo check
0 commit comments