Skip to content

Add signerserver happy-path tests #1

Add signerserver happy-path tests

Add signerserver happy-path tests #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: run tests
run: go test -v ./...