Skip to content

Cleanup verbose output #38

Cleanup verbose output

Cleanup verbose output #38

Workflow file for this run

name: "continuous-integration"
on: [push, pull_request]
jobs:
build:
name: CI build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/[email protected]
with:
go-version: "1.21"
- name: Run tests
run: go test ./...