Make build fail on test failure
This commit is contained in:
@@ -8,7 +8,7 @@ public class MainTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
assertTrue(true);
|
||||
assertTrue(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user