Skip to content

feat: allow exporting memory file and trace file in non proof mode #1807

feat: allow exporting memory file and trace file in non proof mode

feat: allow exporting memory file and trace file in non proof mode #1807

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Build
run: make build
- name: Test
run: make unit