Skip to content

DEV-3553: Optimized Serialization of TDXModuleIdentity and TDXModuleTCBLevelsObj #36

DEV-3553: Optimized Serialization of TDXModuleIdentity and TDXModuleTCBLevelsObj

DEV-3553: Optimized Serialization of TDXModuleIdentity and TDXModuleTCBLevelsObj #36

Workflow file for this run

name: Foundry Build CI/CD
# Controls when the workflow will run
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build
- name: Run Forge tests
run: |
forge test -vvv
id: test
- name: Run snapshot and Generate Summary
run: NO_COLOR=1 forge snapshot --gas-report >> $GITHUB_STEP_SUMMARY