Skip to content

Commit

Permalink
refactor(ethexe/cli): lots of changes; improved redesign (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx authored Jan 9, 2025
1 parent 1819dc2 commit 2f3b7cf
Show file tree
Hide file tree
Showing 30 changed files with 1,944 additions and 1,333 deletions.
4 changes: 2 additions & 2 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
path = "junit.xml"

# sometimes fails on CI machine in debug profile
# due to an inconsistent machine load and unoptimized code
# due to an inconsistent machine load and unoptimized code
[[profile.ci.overrides]]
filter = 'package(gear-authorship)'
retries = 5
threads-required = "num-test-threads"

[[profile.ci.overrides]]
filter = 'package(ethexe-cli)'
filter = 'package(ethexe-service)'
retries = 5
threads-required = "num-test-threads"

Expand Down
Loading

0 comments on commit 2f3b7cf

Please sign in to comment.