Skip to content

Add badges and update CI workflow #1

Add badges and update CI workflow

Add badges and update CI workflow #1

Workflow file for this run

name: Tests
on:
pull_request:
types: [opened, reopened]
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Test
run: go test .