mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-02-25 15:53:09 +00:00
Add clean and build to yml
This commit is contained in:
parent
b95c71a08b
commit
0d3a25196f
5
.github/workflows/CI_endurance.yml
vendored
5
.github/workflows/CI_endurance.yml
vendored
@ -28,6 +28,11 @@ jobs:
|
||||
|
||||
- name: Install Go dependencies
|
||||
run: go mod download
|
||||
|
||||
- name: Clean Go & libwaku caches
|
||||
run: |
|
||||
go clean -cache
|
||||
make -C waku clean
|
||||
|
||||
- name: Build nwaku dependencies
|
||||
run: make -C waku
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user