Skip to content

Reduce event lookbehind in cmd/replica-browser to fix i/o timeout #184

Reduce event lookbehind in cmd/replica-browser to fix i/o timeout

Reduce event lookbehind in cmd/replica-browser to fix i/o timeout #184

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Granting private modules access
run: |
git config --global url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
- name: Run Unit tests
run: |
go test -race -failfast -v ./...