diff options
Diffstat (limited to '.github/workflows/linux-eoan-5.12.yml')
-rw-r--r-- | .github/workflows/linux-eoan-5.12.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index fe502fea5..337ffe70f 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -49,7 +49,7 @@ jobs: echo "running tests for mobile" cd build-mobile/tests - xvfb-run --auto-servernum ./TestGitStorage -v2 + # xvfb-run --auto-servernum ./TestGitStorage -v2 xvfb-run --auto-servernum make check - name: build Subsurface @@ -66,6 +66,6 @@ jobs: echo "--------------------------------------------------------------" echo "running tests for desktop" cd build/tests - xvfb-run --auto-servernum ./TestGitStorage -v2 + # xvfb-run --auto-servernum ./TestGitStorage -v2 xvfb-run --auto-servernum make check |