Skip to content

readme: Update badge #17

readme: Update badge

readme: Update badge #17

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
with:
go-version: 1.x
- run: go test -vet=all -v ./...