We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9efde commit 4a64b67Copy full SHA for 4a64b67
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
command:
12
# cargo checks and tests
13
- cargo check --all-targets
14
- - RUST_MIN_STACK=8388608 cargo test
+ - RUST_MIN_STACK=8388608 cargo test -- --nocapture
15
16
with:
17
command: ${{ matrix.command }}
checks/migrator/checks/pre-l1-merge/src/pre_l1_merge.rs
@@ -14,7 +14,7 @@ pub mod test {
#[tokio::test(flavor = "multi_thread")]
#[tracing_test::traced_test]
- async fn test_accounts_equal() -> Result<(), anyhow::Error> {
+ async fn test_pre_l1_merge() -> Result<(), anyhow::Error> {
18
// use a scope to ensure everything is dropped
19
{
20
// Create a MovementConfig with the correct port
0 commit comments