Skip to content

Commit 085a3e8

Browse files
authored
Merge branch 'main' into docs-1
2 parents b54dce7 + 61e7b51 commit 085a3e8

File tree

4 files changed

+147
-280
lines changed

4 files changed

+147
-280
lines changed

.github/workflows/ci_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main" ]
87

98
env:
109
CARGO_TERM_COLOR: always

src/jormungandr/explorer/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ mod indexer;
44
mod logging;
55
mod settings;
66

7-
#[cfg(test)]
8-
mod tests;
9-
107
use crate::indexer::Indexer;
118
use anyhow::Context;
129
use chain_core::{packer::Codec, property::Deserialize};

src/jormungandr/explorer/src/tests.rs

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)