Skip to content

update quic connection timeout #509

update quic connection timeout

update quic connection timeout #509

Workflow file for this run

name: Mixin Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build Mixin
run: |
go build -o mixin .
- name: Testing
if: ${{ matrix.os == 'ubuntu-latest' }}
working-directory: .
run: |
ELECTION=false INPUT=10 go test ./... -v