Skip to content

fix: add real-crypto end-to-end test and regenerate stale mocks #113

fix: add real-crypto end-to-end test and regenerate stale mocks

fix: add real-crypto end-to-end test and regenerate stale mocks #113

Workflow file for this run

name: Code Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.25
uses: actions/setup-go@v5
with:
go-version: '1.25'
cache: true
- name: Unit tests
run: make test