Skip to content

Remove tiered coverage scripts #51

Remove tiered coverage scripts

Remove tiered coverage scripts #51

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
- name: Checkout spec repository
uses: actions/checkout@v4
with:
repository: IntentProof/intentproof-spec
ref: main
path: intentproof-spec
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: go build
run: go build ./...
- name: go test
env:
INTENTPROOF_SPEC_DIR: intentproof-spec
run: go test -count=1 ./...