mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
97db14083a
* chore_: bump go-waku with filter loop fix * fix_: correct fleet node for staging fleet * fix_: use shards for lightclient init --------- Co-authored-by: Richard Ramos <info@richardramos.me>
13 lines
125 B
YAML
13 lines
125 B
YAML
# https://taskfile.dev
|
|
|
|
version: '3'
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- task: test
|
|
|
|
test:
|
|
cmds:
|
|
- go test -v .
|