浏览代码

Test that stopOnFail works during github action

Tigger Kindel 2 年之前
父节点
当前提交
eb86825abf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UnitTests/Application/ApplicationTests.cs

+ 1 - 0
UnitTests/Application/ApplicationTests.cs

@@ -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.");