ci: print go-waku version when testing

This commit is contained in:
fryorcraken.eth 2022-08-25 14:22:25 +10:00
parent 9feef9367c
commit 3bbdb9d98d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ jobs:
run: |
uname -a
cd go-waku
./waku --help
./waku --version
- name: Install NodeJS
uses: actions/setup-node@v3