Skip to content

Upgrade to AnyCable 1.4 #3

Upgrade to AnyCable 1.4

Upgrade to AnyCable 1.4 #3

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