Skip to content

Keysign protocol simple #102

Keysign protocol simple

Keysign protocol simple #102

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Get Dependencies
run: go get -v -t -d ./...
- name: Generate JSONs
run: make generate-jsons
- name: Test
run: make test