Skip to content

Add test case to show how to detect an UTXO with encryption is not for me #33

Add test case to show how to detect an UTXO with encryption is not for me

Add test case to show how to detect an UTXO with encryption is not for me #33

Workflow file for this run

name: Golang SDK
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
env:
TEST_ARGS: -v
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22
- name: Build and Test
run: cd zkp/golang && make
- uses: codecov/codecov-action@v4
with:
codecov_yml_path: ./codecov.yml
token: ${{ secrets.CODECOV_TOKEN }}