Skip to content

debug (wip)

debug (wip) #1466

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go-version:
- 1.19.x
os:
- windows
name: test (${{ matrix.os }}/go-${{ matrix.go-version }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- run: go test -v -count=1 -race -run=TestRunWildcardCountGreaterEqualThanWorkerCount ./e2e