mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
9 lines
92 B
YAML
9 lines
92 B
YAML
language: go
|
|
|
|
script:
|
|
- cd hashmap
|
|
- go test -v
|
|
- cd ..
|
|
- go test -i
|
|
- go test -v
|