Skip to content

Commit

Permalink
add cargo make local node to debug why node is never ready for reques…
Browse files Browse the repository at this point in the history
…t_worker integration tests
  • Loading branch information
oac1771 committed Dec 17, 2024
1 parent fc696c6 commit d88f544
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
run: |
cargo make cargo-build
- name: check node
shell: bash
run: |
cargo make local-node
- name: Unit Tests
shell: bash
run: |
Expand Down

0 comments on commit d88f544

Please sign in to comment.