Skip to content

feat: add success log fixture for Gleam chess bot tests #39

feat: add success log fixture for Gleam chess bot tests

feat: add success log fixture for Gleam chess bot tests #39

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- run: make test