We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae3fc3 commit 6bafb2cCopy full SHA for 6bafb2c
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
# test: [scenarios_test.py, rpc_test.py, graph_test.py, ln_test.py, dag_connection_test.py, logging_test.py]
33
- test: [scenarios_test.py, rpc_test.py, dag_connection_test.py ]
+ test: [scenarios_test.py, rpc_test.py, dag_connection_test.py, logging_test.py]
34
steps:
35
- uses: actions/checkout@v4
36
- uses: azure/[email protected]
0 commit comments