Skip to content

Merge pull request #8 from IntentProof/fix-coverage-prefix-guard #39

Merge pull request #8 from IntentProof/fix-coverage-prefix-guard

Merge pull request #8 from IntentProof/fix-coverage-prefix-guard #39

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-test:
name: "IntentProof CI: Build and Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: Verify module metadata
run: go mod verify
- name: Run tests and enforce coverage
run: bash ./scripts/run-coverage-gate.sh