We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d2d95 commit 70510faCopy full SHA for 70510fa
.github/workflows/github_lazarus.yml
@@ -49,7 +49,7 @@ jobs:
49
./lazarus/lazarus/lazbuild --build-mode=Release "source/project/tracker_editor/trackereditor.lpi"
50
- name: Build the Unit Tests Application
51
run: |
52
- ./lazarus/lazarus/lazbuild --build-mode=Release "source/project/tracker_editor/trackereditor.lpi"
+ ./lazarus/lazarus/lazbuild --build-mode=Debug "source/project/unit_test/tracker_editor_test.lpi"
53
- name: Run headless test
54
55
./enduser/test_trackereditor.exe -a --format=plain
0 commit comments