Define a host job
Workflow YAMLversion: v1
stages: [ci]
test:
stage: ci
target: linux
script:
- go test ./...For a Go project with Go installed, save this as .loom/workflow.yml. Run loom check, then loom run --local. Replace the script with your project's test command.