Skip to content

Add conformance binary support for providing custom trust roots. #11

Add conformance binary support for providing custom trust roots.

Add conformance binary support for providing custom trust roots. #11

Workflow file for this run

name: "Build and test"
on:
push:
branches: [main]
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: make test