Richard Ramos ad326fa290
feat: wakuv2 store (#2780)
Allows runnning a store node depending on node config settings.
2022-08-19 12:34:07 -04:00

14 lines
107 B
YAML

language: go
go:
- 1.7.x
- 1.12.x
- 1.13.x
- tip
install:
- go build .
script:
- go test -v