Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Apr 22, 2024
1 parent 6b8e9b3 commit 33da4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-fpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Tests/DUnitX.Stub.pas
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ class procedure Assert.Fail;
TAssert.Fail('Failed');
end;

end.
end.

0 comments on commit 33da4ef

Please sign in to comment.