Skip to content

Improving token economy #5

Improving token economy

Improving token economy #5

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25.1"
cache: true
- name: Run tests
run: go test -race -count=1 ./...