From 00dd657258b93f3741c43860469c25573eec5844 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 29 Dec 2023 21:17:40 +0100 Subject: [PATCH] add TextTestRunner.pas for direct compile --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cee1cf52..da623076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,6 +116,12 @@ jobs: verbosity: ewnh - name: Install SDL2 library run: sudo apt-get install libsdl2-dev + - name: TEST compile fptest units + uses: suve/GHActions-FPC@v0.4.0 + with: + source: tests/fptest/src/TextTestRunner.pas + flags: + verbosity: ewnh - name: Compile SDL2-for-Pascal Test Framework and Tests uses: suve/GHActions-FPC@v0.4.0 with: