Skip to content

Commit

Permalink
test: run logging_test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Aug 4, 2024
1 parent cbc9f56 commit 048367a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
test: [scenarios_test.py, rpc_test.py, graph_test.py, ln_test.py, dag_connection_test.py]
test: [scenarios_test.py, rpc_test.py, graph_test.py, ln_test.py, dag_connection_test.py, logging_test.py]
steps:
- uses: actions/checkout@v4
- uses: hynek/setup-cached-uv@v1
- uses: medyagh/setup-minikube@master
- uses: azure/[email protected]
with:
mount-path: ${{ github.workspace }}:/mnt/src
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 048367a

Please sign in to comment.