Skip to content

Commit 70510fa

Browse files
use the correct "source/project/unit_test/tracker_editor_test.lpi
1 parent a7d2d95 commit 70510fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_lazarus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
./lazarus/lazarus/lazbuild --build-mode=Release "source/project/tracker_editor/trackereditor.lpi"
5050
- name: Build the Unit Tests Application
5151
run: |
52-
./lazarus/lazarus/lazbuild --build-mode=Release "source/project/tracker_editor/trackereditor.lpi"
52+
./lazarus/lazarus/lazbuild --build-mode=Debug "source/project/unit_test/tracker_editor_test.lpi"
5353
- name: Run headless test
5454
run: |
5555
./enduser/test_trackereditor.exe -a --format=plain

0 commit comments

Comments
 (0)