chore(ci): migrate cargo test to cargo nextest with timeout config#248
chore(ci): migrate cargo test to cargo nextest with timeout config#248louisliu2048 merged 8 commits intomainfrom
Conversation
Switch `just test` to use cargo-nextest for faster parallel test execution and add nextest.toml with per-profile timeouts (120s default, 300s for e2e tests). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
❌ XLayer Reth CI failed for commit
|
|
|
❌ XLayer Reth CI failed for commit
|
|
|
❌ XLayer Reth CI failed for commit
|
1 similar comment
|
|
|
✅ XLayer Reth CI passed for commit
|
|
❌ XLayer Reth CI failed for commit
|
* main: chore(ci): migrate cargo test to cargo nextest with timeout config (#248)
|
|
|
❌ XLayer Reth CI failed for commit
|
|
|
❌ XLayer Reth CI failed for commit
|
|
|
❌ XLayer Reth CI failed for commit
|
|
|
|
❌ XLayer Reth CI failed for commit
|
|
❌ XLayer Reth CI failed for commit
|
|
|
✅ XLayer Reth CI passed for commit
|
|
|
|
❌ XLayer Reth CI failed for commit
|
|
|
❌ XLayer Reth CI failed for commit
|
|
✅ XLayer Reth CI passed for commit
|
|
|
✅ XLayer Reth CI passed for commit
|
Summary
cargo testwithcargo nextest runinjust testnextest.tomlwith per-profile timeouts: 120s default, 300s for e2e testsTimeout config
xlayer-e2e-testGitHub Actions CI
Install nextest via
taiki-e/install-action@cargo-nextest, then add--message-format junitfor test report artifacts:🤖 Generated with Claude Code