Skip to content

Commit 4430f61

Browse files
committed
integration test: Document incompatibility of --all-features
And I always forget that the integration test crate cannot be built with all features enabled. Add a section to the README in an attempt to save poor future Tobin the time to work this out again.
1 parent cd12639 commit 4430f61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration_test/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ enabled. However `node` allows setting the environment variable
77

88
`BITCOIND_EXE=/opt/bitcoin-28.0/bin/bitcoind cargo test --features=28_0`
99

10+
## All features
11+
12+
Note that this crate cannot be built with `--all-features` because of
13+
how the internal `v28_and_below` style feature gates work.
14+
1015
## Shell alias' for the impatient
1116

1217
I have all the Core versions on my machine e.g., `/opt/bitcoin-28.0`

0 commit comments

Comments
 (0)