Skip to content

Test (rcy)

Test (rcy) #281

Workflow file for this run

name: Test
run-name: Test (${{ github.actor }})
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test