test: also smoke test dev build

This commit is contained in:
decentral1se 2022-11-10 22:37:55 +01:00
parent 641069a8f1
commit aced1a2790
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ jobs:
- name: Build smoke test
run: go build ./cmd/...
- name: Build dev smoke test
run: go build -tags dev ./cmd/...
- name: install node ssb-stack
run: |
pushd muxrpc/test/nodejs