Skip to content

refactor(#29): updated readme, rsa fixes. #25

refactor(#29): updated readme, rsa fixes.

refactor(#29): updated readme, rsa fixes. #25

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 ./...