Skip to content

add Github Actions CI #1

add Github Actions CI

add Github Actions CI #1

Workflow file for this run

name: Deploy
on: [push, pull_request]
jobs:
spin:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: go test -v -race -coverpkg=./... ./...