Skip to content

Aggressively disallow further connections, fixes #476 #95

Aggressively disallow further connections, fixes #476

Aggressively disallow further connections, fixes #476 #95

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Redis
run: sudo apt-get install redis-server
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Prepare
run: make prepare
- name: Test
run: make test