Skip to content

refactor(crypto): rename SecretKey to PrimaryKey and move key derivat… #214

refactor(crypto): rename SecretKey to PrimaryKey and move key derivat…

refactor(crypto): rename SecretKey to PrimaryKey and move key derivat… #214

Workflow file for this run

name: Unit tests
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GO_VERSION: 1.21
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Tests
run: make test