Skip to content

Commit 3380d55

Browse files
richardpringledannywillems
authored andcommitted
Enable mina-tree tests
1 parent a87a9c5 commit 3380d55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
--exclude mina-macros
292292
--exclude mina-p2p-messages
293293
--exclude poseidon
294-
# --exclude mina-tree
294+
--exclude mina-tree
295295
--exclude snark
296296
--exclude p2p
297297
--exclude salsa-simple

ledger/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ mod wasm {
129129
#[macro_use]
130130
mod cache;
131131

132-
#[cfg(all(not(target_family = "wasm"), feature = "ocaml-interop"))]
133-
mod ffi;
132+
// #[cfg(all(not(target_family = "wasm"), feature = "ocaml-interop"))]
133+
// mod ffi;
134134

135135
#[cfg(any(test, feature = "fuzzing"))]
136136
pub mod generators;

0 commit comments

Comments
 (0)