Skip to content

Commit 2c4f566

Browse files
Revert "Enable mina-tree tests"
This reverts commit 2f34ea5.
1 parent 2382aef commit 2c4f566

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
@@ -276,7 +276,7 @@ jobs:
276276
--exclude mina-macros \
277277
--exclude mina-p2p-messages \
278278
--exclude poseidon \
279-
--exclude mina-tree \
279+
# --exclude mina-tree \
280280
--exclude snark \
281281
--exclude p2p \
282282
--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)