Skip to content

build: upgrade Compact toolchain to 0.31.0 and Midnight packages (#597) #68

build: upgrade Compact toolchain to 0.31.0 and Midnight packages (#597)

build: upgrade Compact toolchain to 0.31.0 and Midnight packages (#597) #68

Workflow file for this run

name: Compact Contracts Test Suite
on:
pull_request:
paths-ignore:
- "**.md"
- ".gitignore"
- "biome.json"
- "turbo.json"
push:
branches:
- main
paths-ignore:
- "**.md"
- ".gitignore"
- "biome.json"
- "turbo.json"
jobs:
run-suite:
name: Run Test Suite
runs-on: ubuntu-24.04
permissions:
contents: read
timeout-minutes: 30
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 2 # Recommended by turbo team
- name: Setup Environment
uses: ./.github/actions/setup
- name: Compile contracts
run: yarn compact
- name: Run type checks
run: yarn types
- name: Run tests
run: yarn test