Skip to content

Commit

Permalink
chore(starknet_integration_tests): rename e2e_integration_test
Browse files Browse the repository at this point in the history
commit-id:1c434631
  • Loading branch information
lev-starkware committed Dec 16, 2024
1 parent ec3fb5b commit aaef106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sequencer_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/bootstrap
- run: |
cargo build --bin e2e_integration_test
cargo build --bin sequencer_node_end_to_end_integration_test
cargo build --bin starknet_sequencer_node
target/debug/e2e_integration_test
target/debug/sequencer_node_end_to_end_integration_test

0 comments on commit aaef106

Please sign in to comment.