Skip to content

CDF Generation Optimisation and Undelegeation Delay #184

CDF Generation Optimisation and Undelegeation Delay

CDF Generation Optimisation and Undelegeation Delay #184

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
branches:
- master
- dev*
pull_request:
branches:
- master
- dev*
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install node modules
run: |
yarn
- name: Run Forge build
run: |
FOUNDRY_PROFILE=test forge --version
FOUNDRY_PROFILE=test forge build --sizes
id: build
- name: Run Forge tests
run: |
FOUNDRY_PROFILE=test forge test -vvv --ffi
id: test
env:
FUJI_RPC_URL: https://api.avax-test.network/ext/bc/C/rpc
MUMBAI_RPC_URL: https://rpc.ankr.com/polygon_mumbai