Commit 13d2815
committed
Run node tests
Currently we have a job for each supported version of Bitcoin Core and
in it we run the integration tests.
Note also that `node` is currently not a member of the workspace. So it
misses out on all the benefits of `run_task` (e.g., linting).
However `node` cannot be directly run using `run_task` because of its
unusual features but since we already have the `Integration` job set up
to manage these features we can just run the `node` tests from there
also. This has the added advantage that the same downloaded Bitcoin Core
binary will be used (I hope).
Add a script and call it from the `Integration` job. In the script first
run the `node` tests and then run the integration tests.
Add a script to lint the workspace now that `node` cannot be linted
with no features.
While we are at it update the justfile now that `node` can be linted and
formatted as part of workspace commands.1 parent 0b00390 commit 13d2815
File tree
7 files changed
+1633
-13
lines changed- .github/workflows
- contrib
- node
7 files changed
+1633
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
0 commit comments