Skip to content

feat(config): disable geo ip and it is true by default, because on no… #74

feat(config): disable geo ip and it is true by default, because on no…

feat(config): disable geo ip and it is true by default, because on no… #74

Workflow file for this run

name: Unit Tests
on:
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.15
- name: Check out source code
uses: actions/checkout@v1
- name: Build
run: go build .
- name: Test
run: go test -v .