We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5ee8c2 + 9571988 commit c14fbb4Copy full SHA for c14fbb4
ci/ci-tests.sh
@@ -173,5 +173,7 @@ fi
173
174
echo -e "\n\nTest cfg-flag builds"
175
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
176
+[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
177
RUSTFLAGS="--cfg=async_signing" cargo test --verbose --color always -p lightning
178
179
RUSTFLAGS="--cfg=dual_funding" cargo test --verbose --color always -p lightning
0 commit comments