mirror of
https://github.com/spf13/viper
synced 2025-05-10 22:27:18 +00:00
This patch provides fixes for: - https://github.com/spf13/viper/issues/730 - https://github.com/spf13/viper/issues/695 - https://github.com/spf13/viper/issues/353 - https://github.com/spf13/viper/issues/174 - https://github.com/spf13/viper/issues/378 - https://github.com/spf13/viper/issues/629
11 lines
226 B
YAML
11 lines
226 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/golang:1.12
|
|
environment:
|
|
- GO111MODULE=on
|
|
working_directory: /go/src/github.com/ory/viper
|
|
steps:
|
|
- checkout
|
|
- run: go test -race -v ./...
|