forked from MTSR/mapserver
go test
This commit is contained in:
parent
6dd14c9983
commit
97a23969a4
24
.github/workflows/gotest.yml
vendored
Normal file
24
.github/workflows/gotest.yml
vendored
Normal 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 ./...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user