Skip to content

refactor: also move ewma+half-open check into option #57

refactor: also move ewma+half-open check into option

refactor: also move ewma+half-open check into option #57

Workflow file for this run

name: main
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
name: go ${{ matrix.go }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go list -m | xargs go test -race -v