Skip to content

Add CLAUDE.md with depot license guidance #16

Add CLAUDE.md with depot license guidance

Add CLAUDE.md with depot license guidance #16

Workflow file for this run

permissions:
contents: read
name: tests
on:
pull_request:
branches:
- master
push:
branches:
- master
- order-ref-token
workflow_dispatch: {}
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: run
run: |-
cd test
go test --race -v .