Test that stopOnFail works during github action

This commit is contained in:
Tigger Kindel
2023-07-26 07:28:19 -06:00
committed by Tig
parent eb86825abf
commit cc58771d6e

View File

@@ -17,6 +17,12 @@ namespace Terminal.Gui.ViewTests {
this.output = output;
}
[Fact]
public void Fail ()
{
Assert.Fail ("Test to prove stopOnFail is working. During CI/CD no more tests should run after this.");
}
[Fact]
public void New_Initializes ()
{