Skip to content

feat(#2): implemented sign, verify, exportKey and importKey. other ch… #20

feat(#2): implemented sign, verify, exportKey and importKey. other ch…

feat(#2): implemented sign, verify, exportKey and importKey. other ch… #20

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "^1.20"
- run: go test -v ./...