mirror of https://github.com/waku-org/nwaku.git
Fix binary reference (#318)
This commit is contained in:
parent
086cb81a81
commit
7d0c1788f8
|
@ -88,5 +88,5 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: |
|
||||
mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% LOG_LEVEL=TRACE
|
||||
build\wakunode.exe --help
|
||||
build\wakunode1.exe --help
|
||||
mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% test
|
||||
|
|
Loading…
Reference in New Issue