Skip to content

test: add a test for ProcessReceipt function and abstract test cases … #25

test: add a test for ProcessReceipt function and abstract test cases …

test: add a test for ProcessReceipt function and abstract test cases … #25

Workflow file for this run

name: Run tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22.5"
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: go test ./...