Skip to content

Merge pull request #8 from fzipp/dependabot/go_modules/cmd/spline/gol… #36

Merge pull request #8 from fzipp/dependabot/go_modules/cmd/spline/gol…

Merge pull request #8 from fzipp/dependabot/go_modules/cmd/spline/gol… #36

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.x'
- name: Run tests
run: go test -cover ./...
- name: Run tests for cmd/spline
working-directory: cmd/spline
run: go test -cover ./...