Skip to content

feat(helpers): add generic error handlers for read write and http #90

feat(helpers): add generic error handlers for read write and http

feat(helpers): add generic error handlers for read write and http #90

Workflow file for this run

name: Go Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run tests
run: go test ./cmd/ical-relay/...