Skip to content

Lets get some Voteythumbs in here (#36) #43

Lets get some Voteythumbs in here (#36)

Lets get some Voteythumbs in here (#36) #43

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: go test ./...