Skip to content

Upgrade to AnyCable v1.5 and slog #5

Upgrade to AnyCable v1.5 and slog

Upgrade to AnyCable v1.5 and slog #5

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: |
make test