Skip to content

fix: build in CI

fix: build in CI #3

Workflow file for this run

name: Continuous Integration
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test
run: go test -v ./...