Skip to content

Commit

Permalink
remove --all-features from tests bcs of gas calc gets disabled (bluea…
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Dec 8, 2022
1 parent 54e0333 commit 9ced528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache-on-failure: true

- name: cargo test
run: cargo test --all --all-features
run: cargo test --all

lint:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion crates/revm/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ impl<DB: Database> Inspector<DB> for GasInspector {
}
self.gas_remaining =
interp.gas.remaining() + (self.full_gas_block - self.reduced_gas_block);

Return::Continue
}

Expand Down

0 comments on commit 9ced528

Please sign in to comment.