diff options
-rw-r--r-- | .github/workflows/linux-bionic-5.9.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux-eoan-5.12.yml | 4 | ||||
-rw-r--r-- | .github/workflows/linux-groovy-5.14.yml | 4 | ||||
-rw-r--r-- | .github/workflows/mac.yml | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/linux-bionic-5.9.yml b/.github/workflows/linux-bionic-5.9.yml index 8aaf42932..9c845772a 100644 --- a/.github/workflows/linux-bionic-5.9.yml +++ b/.github/workflows/linux-bionic-5.9.yml @@ -42,5 +42,5 @@ jobs: echo "------------------------------------" echo "run tests" cd build/tests - xvfb-run --auto-servernum ./TestGitStorage -v2 + # xvfb-run --auto-servernum ./TestGitStorage -v2 xvfb-run --auto-servernum make check 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 diff --git a/.github/workflows/linux-groovy-5.14.yml b/.github/workflows/linux-groovy-5.14.yml index 51f9c5d06..ef5f07efc 100644 --- a/.github/workflows/linux-groovy-5.14.yml +++ b/.github/workflows/linux-groovy-5.14.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 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 7904471ec..512ed76ab 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -39,7 +39,7 @@ jobs: export QT_ROOT=${GITHUB_WORKSPACE}/Qt/5.13.0/clang_64 export QT_QPA_PLATFORM_PLUGIN_PATH=$QT_ROOT/plugins cd ${GITHUB_WORKSPACE}/build-mobile/tests - ./TestGitStorage -v2 + # ./TestGitStorage -v2 make check - name: build Subsurface @@ -66,6 +66,6 @@ jobs: export QT_ROOT=${GITHUB_WORKSPACE}/Qt/5.13.0/clang_64 export QT_QPA_PLATFORM_PLUGIN_PATH=$QT_ROOT/plugins cd ${GITHUB_WORKSPACE}/build/tests - ./TestGitStorage -v2 + # ./TestGitStorage -v2 make check |