Skip to content

Feat/calc Sinc based on last_d (#12) #21

Feat/calc Sinc based on last_d (#12)

Feat/calc Sinc based on last_d (#12) #21

Workflow file for this run

name: Test
on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ 1.18.x, 1.19.x, 1.20.x ]
env:
OS: ${{ matrix.os }}
GO: ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Run tests
run: go test -race -coverprofile coverage.txt -covermode atomic ./...