Skip to content

Commit

Permalink
test: add BITCOIND_TEST=1 for running tests in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Sep 24, 2024
1 parent 0b4f3b2 commit d128111
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"lldb.adapterType": "native",
"lldb.launch.sourceLanguages": ["rust"]
"lldb.launch.sourceLanguages": ["rust"],
"rust-analyzer.runnables.extraEnv": {
"BITCOIND_TEST": "1"
}
}

0 comments on commit d128111

Please sign in to comment.