Skip to content

[WIP] v0.2.0: async event submission, caching support, readme #2

[WIP] v0.2.0: async event submission, caching support, readme

[WIP] v0.2.0: async event submission, caching support, readme #2

Workflow file for this run

name: Test
on:
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run tests
run: go test ./...