Skip to content

bump Version to v2.0.0-beta.8 #93

bump Version to v2.0.0-beta.8

bump Version to v2.0.0-beta.8 #93

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
- run: go generate cmd/ical-relay/main.go
- name: Run tests
run: go test ./cmd/ical-relay/...