Skip to content

Add multi-range check to assertAlmostReduced #1551

Add multi-range check to assertAlmostReduced

Add multi-range check to assertAlmostReduced #1551

Workflow file for this run

name: Test o1js against lightnet
on:
push:
branches:
- main
- berkeley
- develop
pull_request:
branches:
- main
- berkeley
- develop
workflow_dispatch: {}
jobs:
berkeley:
timeout-minutes: 45
runs-on: ubuntu-latest
services:
mina-local-network:
image: o1labs/mina-local-network:berkeley-latest-lightnet
env:
NETWORK_TYPE: 'single-node'
PROOF_LEVEL: 'none'
ports:
- 3085:3085
- 5432:5432
- 8080:8080
- 8181:8181
- 8282:8282
volumes:
- /tmp:/root/logs
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use shared steps for live testing jobs
uses: ./.github/actions/live-tests-shared
with:
mina-branch-name: berkeley