Skip to content

BREAKING CHANGE: CertificationAuthority: add code to build certs #209

BREAKING CHANGE: CertificationAuthority: add code to build certs

BREAKING CHANGE: CertificationAuthority: add code to build certs #209

Workflow file for this run

# Runs the whole test suite
name: alltests
on:
pull_request:
push:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- run: go test ./...