Skip to content

Add test demonstrating socket retry failure on EACCES #2

Add test demonstrating socket retry failure on EACCES

Add test demonstrating socket retry failure on EACCES #2

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
test:
timeout-minutes: 20
runs-on: windows-latest
strategy:
matrix:
go-version: [stable]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go mod download
- name: Test torrent package
run: go test -count=1 -v .
env:
CGO_ENABLED: "0"