Skip to content

Commit

Permalink
Move emulator_tests back behind "emulator-tests" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jun 4, 2024
1 parent 3f3143a commit 6c32e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/crates/stellar-ledger/tests/test/main.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mod emulator_tests;
#[cfg(all(test, feature = "emulator-tests"))]
mod emulator_tests;

0 comments on commit 6c32e45

Please sign in to comment.