Browse Source

vcmi: do not run tests on CI yet

Konstantin P 2 năm trước cách đây
mục cha
commit
a5d85e70c0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/github.yml

+ 2 - 2
.github/workflows/github.yml

@@ -70,11 +70,11 @@ jobs:
         include:
           - platform: linux-qt6
             os: ubuntu-22.04
-            test: 1
+            test: 0
             preset: linux-clang-test
           - platform: linux
             os: ubuntu-20.04
-            test: 1
+            test: 0
             preset: linux-gcc-test
           - platform: mac-intel
             os: macos-12