Skip to content

Merge pull request #154 from dokku/dependabot/go_modules/github.com/j… #8

Merge pull request #154 from dokku/dependabot/go_modules/github.com/j…

Merge pull request #154 from dokku/dependabot/go_modules/github.com/j… #8

Workflow file for this run

---
name: 'test'
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
push:
branches:
- 'master'
jobs:
go-test:
name: go-test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go get .
- run: go test -v ./...