Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

feat: integrate custom-evm example #2

Merged
merged 8 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
cache-on-failure: true
- run:
cargo clippy --bin alphanet --workspace --features "asm-keccak jemalloc jemalloc-prof min-error-logs min-warn-logs min-info-logs min-debug-logs min-trace-logs"
cargo clippy --bin alphanet --workspace --features "asm-keccak jemalloc jemalloc-prof"
env:
RUSTFLAGS: -D warnings

Expand Down
Loading