Add step to check wakunode2 binary

This commit is contained in:
Franck Royer 2021-03-26 14:12:16 +11:00
parent a57f361b1e
commit 162228150a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 4 additions and 0 deletions

View File

@ -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: