mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2024-11-13 03:04:47 +08:00
13 lines
No EOL
244 B
YAML
13 lines
No EOL
244 B
YAML
language: go
|
|
go:
|
|
- "1.13.x"
|
|
|
|
services:
|
|
- postgresql
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
install: true
|
|
|
|
script: go test ./... && go test github.com/nicksherron/bashhub-server/internal -postgres-uri "postgres://postgres:@localhost:5432?sslmode=disable" |