diff --git a/.github/workflows/test-fpc.yml b/.github/workflows/test-fpc.yml index 818343f..d6b37ef 100644 --- a/.github/workflows/test-fpc.yml +++ b/.github/workflows/test-fpc.yml @@ -21,4 +21,4 @@ jobs: cd Tests fpc -B -MDelphi "Underscore.Delphi.Springless.Tests.dpr" - name: Test - run: Tests/Underscore.Delphi.Springless.Tests + run: Tests/Underscore.Delphi.Springless.Tests -a diff --git a/Tests/DUnitX.Stub.pas b/Tests/DUnitX.Stub.pas index bd7d1b3..9d1981b 100644 --- a/Tests/DUnitX.Stub.pas +++ b/Tests/DUnitX.Stub.pas @@ -52,4 +52,4 @@ class procedure Assert.Fail; TAssert.Fail('Failed'); end; -end. \ No newline at end of file +end.