mirror of https://github.com/waku-org/nwaku.git
feat: Add tools maket target and build tools in CI (#1668)
This commit is contained in:
parent
0b4a2e68e4
commit
d5979e94da
|
@ -86,7 +86,7 @@ jobs:
|
|||
key: ${{ runner.os }}-nim-${{ steps.submodules.outputs.nim-hash }}
|
||||
|
||||
- name: Build binaries
|
||||
run: make V=1 LOG_LEVEL=DEBUG v2
|
||||
run: make V=1 LOG_LEVEL=DEBUG v2 tools
|
||||
|
||||
test-v2:
|
||||
needs: changes
|
||||
|
|
Loading…
Reference in New Issue