Skip to content

Commit

Permalink
fix(ci): remove the references to the network feature
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <[email protected]>
  • Loading branch information
ljedrz committed Sep 27, 2022
1 parent 89ec44e commit 26f9d8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cache_key: snarkos-environment-cache
- run_parallel:
workspace_member: environment
features: network
features: ""
- clear_environment:
cache_key: snarkos-environment-cache

Expand Down
1 change: 0 additions & 1 deletion environment/src/helpers/block_locators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ mod tests {
// assert_eq!(expected_block_locators, serde_json::from_str(&candidate_string).unwrap());
}

#[cfg(feature = "network")]
#[test]
fn test_block_locators_bincode() {
// let expected_block_height = CurrentNetwork::genesis_block().height();
Expand Down

0 comments on commit 26f9d8c

Please sign in to comment.