Skip to content

[kms] Fix UnsupportedOperation, handle SM2 error #108

[kms] Fix UnsupportedOperation, handle SM2 error

[kms] Fix UnsupportedOperation, handle SM2 error #108

Workflow file for this run

name: run-tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v -cover ./...