Skip to content

Commit

Permalink
Add step to check wakunode2 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
D4nte committed Mar 26, 2021
1 parent a57f361 commit 1622281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
shell: bash
run: cd nim-waku && make wakunode2

- name: Ensure wakunode2 is ready
shell: bash
run: cd nim-waku && ./build/wakunode2 --help

- name: Install bufbuild
uses: mu-io/setup-buf@v1beta
with:
Expand Down

0 comments on commit 1622281

Please sign in to comment.