Skip to content

Commit

Permalink
#2660: no clean
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 22, 2023
1 parent f871aba commit e78d87c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ void runsAllSnippets(final String yml) throws IOException {
.configuration()
.set("mainClass", "org.eolang.Main")
.set("arguments", map.get("args"));
f.exec("clean");
f.exec("test");
MatcherAssert.assertThat(
String.format("'%s' printed something wrong", yml),
Expand Down

0 comments on commit e78d87c

Please sign in to comment.