Skip to content

Don't return an error when there's no error in the ConfigService (#6) #11

Don't return an error when there's no error in the ConfigService (#6)

Don't return an error when there's no error in the ConfigService (#6) #11

Workflow file for this run

name: Run go tests
on:
push:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Checkout code
uses: actions/checkout@v1
- name: Get dependencies
run: go mod download
- name: Run tests
run: go test -p 1 -v -race ./...