Skip to content

Up write timeout to 60 seconds (mainly to cover long feed/batch repon… #14

Up write timeout to 60 seconds (mainly to cover long feed/batch repon…

Up write timeout to 60 seconds (mainly to cover long feed/batch repon… #14

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: test
jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: test
run: go test -v ./...