Skip to content

Commit 048367a

Browse files
committed
test: run logging_test in ci
1 parent cbc9f56 commit 048367a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ jobs:
5252
runs-on: ubuntu-latest
5353
strategy:
5454
matrix:
55-
test: [scenarios_test.py, rpc_test.py, graph_test.py, ln_test.py, dag_connection_test.py]
55+
test: [scenarios_test.py, rpc_test.py, graph_test.py, ln_test.py, dag_connection_test.py, logging_test.py]
5656
steps:
5757
- uses: actions/checkout@v4
5858
- uses: hynek/setup-cached-uv@v1
5959
- uses: medyagh/setup-minikube@master
60+
- uses: azure/[email protected]
6061
with:
6162
mount-path: ${{ github.workspace }}:/mnt/src
6263
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)