Skip to content

Commit 4a64b67

Browse files
committed
chore: add --nocapture to tests in CI, update pre_l1_merge test name
1 parent cc9efde commit 4a64b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
command:
1212
# cargo checks and tests
1313
- cargo check --all-targets
14-
- RUST_MIN_STACK=8388608 cargo test
14+
- RUST_MIN_STACK=8388608 cargo test -- --nocapture
1515

1616
with:
1717
command: ${{ matrix.command }}

checks/migrator/checks/pre-l1-merge/src/pre_l1_merge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub mod test {
1414

1515
#[tokio::test(flavor = "multi_thread")]
1616
#[tracing_test::traced_test]
17-
async fn test_accounts_equal() -> Result<(), anyhow::Error> {
17+
async fn test_pre_l1_merge() -> Result<(), anyhow::Error> {
1818
// use a scope to ensure everything is dropped
1919
{
2020
// Create a MovementConfig with the correct port

0 commit comments

Comments
 (0)