From 162228150a5e4c4a92acb249da17bd3f735cbf98 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 26 Mar 2021 14:12:16 +1100 Subject: [PATCH] Add step to check wakunode2 binary --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 923a12ace3..5bc4096405 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: