Skip to content

fix: add bool output to Result.Get() #8

fix: add bool output to Result.Get()

fix: add bool output to Result.Get() #8

Workflow file for this run

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