Skip to content

Commit

Permalink
Merge branch 'main' into mock-search-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Dec 2, 2022
2 parents 567a085 + 3e7b032 commit 5c0e735
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 122 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_tests.yml
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always
Expand Down
3 changes: 0 additions & 3 deletions src/jormungandr/explorer/src/main.rs
Expand Up @@ -4,9 +4,6 @@ mod indexer;
mod logging;
mod settings;

#[cfg(test)]
mod tests;

use crate::indexer::Indexer;
use anyhow::Context;
use chain_core::{packer::Codec, property::Deserialize};
Expand Down
118 changes: 0 additions & 118 deletions src/jormungandr/explorer/src/tests.rs

This file was deleted.

0 comments on commit 5c0e735

Please sign in to comment.