Skip to content

implement action

implement action #23

Workflow file for this run

name: Tests
on:
pull_request
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: stable
- run: |
sleep 60
go test ./...