Skip to content

tune: depth-scale circuit lines and synchronize pulse flow #94

tune: depth-scale circuit lines and synchronize pulse flow

tune: depth-scale circuit lines and synchronize pulse flow #94

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- feature/**
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build
- name: Contract tests
run: bun run test:contracts
- name: Local smoke test
run: bun run smoke:local