test: also smoke test dev build
This commit is contained in:
parent
641069a8f1
commit
aced1a2790
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
|||||||
- name: Build smoke test
|
- name: Build smoke test
|
||||||
run: go build ./cmd/...
|
run: go build ./cmd/...
|
||||||
|
|
||||||
|
- name: Build dev smoke test
|
||||||
|
run: go build -tags dev ./cmd/...
|
||||||
|
|
||||||
- name: install node ssb-stack
|
- name: install node ssb-stack
|
||||||
run: |
|
run: |
|
||||||
pushd muxrpc/test/nodejs
|
pushd muxrpc/test/nodejs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user