Test that stopOnFail works during github action

This commit is contained in:
Tigger Kindel
2023-07-26 07:23:25 -06:00
committed by Tig
parent c6a1f350c1
commit eb86825abf

View File

@@ -56,6 +56,7 @@ namespace Terminal.Gui.ApplicationTests {
Application.Shutdown ();
}
[Fact]
public void Fail ()
{
Assert.Fail("Test to prove stopOnFail is working. During CI/CD no more tests should run after this.");