Skip to content

refactor(blockifier): use get versioned contract class in py state reader #834

refactor(blockifier): use get versioned contract class in py state reader

refactor(blockifier): use get versioned contract class in py state reader #834

name: Sequencer-Integration-Tests-CI-Flow
on:
pull_request:
types:
- opened
- reopened
- synchronize
- auto_merge_enabled
- edited
env:
RUSTFLAGS: "-D warnings -C link-arg=-fuse-ld=lld"
# On PR events, cancel existing CI runs on this same PR for this workflow.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build-and-run-sequencer-integration-tests:
runs-on: starkware-ubuntu-latest-large
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/bootstrap
- run: |
cargo build --bin e2e_integration_test
target/debug/e2e_integration_test