Skip to content

Merge pull request #60 from bengadbois/ci-actions-updates #22

Merge pull request #60 from bengadbois/ci-actions-updates

Merge pull request #60 from bengadbois/ci-actions-updates #22

name: build and test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go build -v ./...
- run: go test -v ./...