Skip to content

fix(tss/error): add extra nil check when constructing tss.Error #13

fix(tss/error): add extra nil check when constructing tss.Error

fix(tss/error): add extra nil check when constructing tss.Error #13

Workflow file for this run

name: Go Test
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
cache: true
id: go
- name: Run Tests
run: make test_ci