Skip to content

add(read vk pk)

add(read vk pk) #41

Workflow file for this run

name: Test
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.3
- name: Build
run: go build
- name: Test
run: go test