1
0
forked from MTSR/mapserver
This commit is contained in:
NatureFreshMilk 2019-11-28 11:24:31 +01:00
parent 6dd14c9983
commit 97a23969a4

24
.github/workflows/gotest.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: gotest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with:
go-version: '1.12'
- name: get
run: go get github.com/mjibson/esc
- name: generate
run: go generate
- name: test
run: go test ./...