Skip to content

Commit

Permalink
fix: add test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avilagaston9 committed Oct 29, 2024
1 parent 7da5d3e commit d556a33
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 5,667 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: foundry-toolchain
uses: foundry-rs/foundry-toolchain@v1.2.0
- name: Cache Rust dependencies
uses: actions/cache@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions batcher/aligned-batcher/src/retry/batcher_retryables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ mod test {
(anvil, payment_service)
}

#[ignore]
#[tokio::test]
async fn test_get_user_balance_retryable() {
let payment_service;
Expand Down Expand Up @@ -159,7 +158,6 @@ mod test {
assert_eq!(balance, U256::zero());
}

#[ignore]
#[tokio::test]
async fn test_user_balance_is_unlocked_retryable() {
let payment_service;
Expand Down Expand Up @@ -202,7 +200,6 @@ mod test {
assert_eq!(unlocked, false);
}

#[ignore]
#[tokio::test]
async fn test_get_user_nonce_retryable() {
let payment_service;
Expand Down Expand Up @@ -245,7 +242,6 @@ mod test {
assert_eq!(nonce, U256::zero());
}

#[ignore]
#[tokio::test]
async fn test_get_gas_price_retryable() {
let eth_rpc_provider;
Expand Down

Large diffs are not rendered by default.

5,756 changes: 94 additions & 5,662 deletions contracts/scripts/anvil/state/eigenlayer-deployed-anvil-state.json

Large diffs are not rendered by default.

0 comments on commit d556a33

Please sign in to comment.