Skip to content

Commit

Permalink
chore: skip redundant repl test on CI (#4728)
Browse files Browse the repository at this point in the history
As the test only runs in the interpreter, there is no need for distinguishing between EOP and classical persistence.
  • Loading branch information
luc-blaeser authored Oct 8, 2024
1 parent 8736ea3 commit b7fa639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ rec {
fail = test_subdir "fail" [ moc ];
fail-eop = enhanced_orthogonal_persistence_subdir "fail" [ moc ];
repl = test_subdir "repl" [ moc ];
repl-eop = enhanced_orthogonal_persistence_subdir "repl" [ moc ];
ld = test_subdir "ld" ([ mo-ld ] ++ ldTestDeps);
ld-eop = enhanced_orthogonal_persistence_subdir "ld" ([ mo-ld ] ++ ldTestDeps);
idl = test_subdir "idl" [ didc ];
Expand Down

0 comments on commit b7fa639

Please sign in to comment.