summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-eoan-5.12.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux-eoan-5.12.yml')
-rw-r--r--.github/workflows/linux-eoan-5.12.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml
index 68be79ce3..be60de01e 100644
--- a/.github/workflows/linux-eoan-5.12.yml
+++ b/.github/workflows/linux-eoan-5.12.yml
@@ -48,7 +48,8 @@ jobs:
echo "--------------------------------------------------------------"
echo "running tests for mobile"
- cd build-mobile
+ cd build-mobile/tests
+ xvfb-run --auto-servernum ./TestGitStorage -v2
xvfb-run --auto-servernum make check
- name: build Subsurface
@@ -64,6 +65,7 @@ jobs:
run: |
echo "--------------------------------------------------------------"
echo "running tests for desktop"
- cd build
+ cd build/tests
+ xvfb-run --auto-servernum ./TestGitStorage -v2
xvfb-run --auto-servernum make check