Skip to content

Upgrade to AnyCable v1.5 and slog #4

Upgrade to AnyCable v1.5 and slog

Upgrade to AnyCable v1.5 and slog #4

Workflow file for this run

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