Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Update README.md for notes of archive #515

Update README.md for notes of archive

Update README.md for notes of archive #515

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Test
run: go test -v ./...