summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAntoine A <>2023-10-05 00:45:03 +0200
committerAntoine A <>2023-10-05 00:45:03 +0200
commit2e685701559118da856a0cde10849d82a112c9c7 (patch)
treef30d0bd02d43e45f14b68469d80090aab3688366 /makefile
parentb898b96922ac80325d6371c0aafa3ee55c2c21b2 (diff)
downloaddepolymerization-2e685701559118da856a0cde10849d82a112c9c7.tar.gz
depolymerization-2e685701559118da856a0cde10849d82a112c9c7.tar.bz2
depolymerization-2e685701559118da856a0cde10849d82a112c9c7.zip
Test support for bitcoind 24.1 and small improvements
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b0c381e..96970e0 100644
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@ segwit_demo:
cargo run --release --bin segwit-demo
test:
- RUST_BACKTRACE=full cargo run -r --bin instrumentation -- offline
+ RUST_BACKTRACE=full cargo run --profile dev --bin instrumentation -- offline
msrv:
cargo msrv --min 1.70.0 --max 1.70.0 --linear \ No newline at end of file