Skip to content

Commit

Permalink
chore(starknet_integration_tests): running end to end integration tes…
Browse files Browse the repository at this point in the history
…t as binary

commit-id:b11c15b5
  • Loading branch information
lev-starkware committed Dec 10, 2024
1 parent 70e9d8f commit e3ef8da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sequencer_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- edited

env:
SEQUENCER_INTEGRATION_TESTS: 1
RUSTFLAGS: "-D warnings"

# On PR events, cancel existing CI runs on this same PR for this workflow.
Expand All @@ -25,5 +24,6 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/bootstrap
- run: |
cargo build --bin starknet_sequencer_node
cargo test --test end_to_end_integration_test
cargo build --bin e2e_integration_test
target/debug/e2e_integration_test

This file was deleted.

0 comments on commit e3ef8da

Please sign in to comment.