mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
chore: update accordings to rename
This commit is contained in:
parent
0f4edc1143
commit
d698a6d1ff
@ -60,14 +60,14 @@ build-libwaku:
|
||||
|
||||
build: build-libwaku check-folders
|
||||
@echo "Building Waku Go Bindings (manual)..."
|
||||
go build ./waku
|
||||
go build .
|
||||
|
||||
test: build
|
||||
@echo "Running tests (manual)..."
|
||||
@if [ -z "$(TEST)" ]; then \
|
||||
go test ./waku; \
|
||||
go test .; \
|
||||
else \
|
||||
go test ./waku -count=1 -run $(TEST) -v; \
|
||||
go test . -count=1 -run $(TEST) -v; \
|
||||
fi
|
||||
|
||||
build-auto: build-libwaku check-folders
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user