mirror of
https://github.com/Chenyu550/alist-fork.git
synced 2025-06-10 14:46:53 -04:00
10 lines
92 B
YAML
10 lines
92 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.x"
|
|
|
|
install:
|
|
- go get ./...
|
|
|
|
script:
|
|
- go test -v --short ./... |