Selaa lähdekoodia

Test that stopOnFail works during github action

Tigger Kindel 2 vuotta sitten
vanhempi
commit
eb86825abf
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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.");