Update: compile test

pull/247/head
HFO4 2019-11-07 16:19:29 +08:00
parent c44216e626
commit 370ee8405d
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@ go:
- 1.13.x
git:
depth: 1
script:
script:
- go build main.go
- go test -v ./...