Skip to content

refactor: allow multiple burners and minters #8

refactor: allow multiple burners and minters

refactor: allow multiple burners and minters #8

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Run Tests
run: make test-unit