Skip to content

エラー時もstdout, stderrを返すように変更 #115

エラー時もstdout, stderrを返すように変更

エラー時もstdout, stderrを返すように変更 #115

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
go: ["1.21"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test ./...
- run: go test -bench . -benchmem