From 68d2b7bb899f7fea53a626289aadcbb410ef6b8f Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Wed, 27 Dec 2023 15:29:40 +0100 Subject: [PATCH] Disable doc tests for now. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aacaf427d..fda99edfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: run: | call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat cd tests\documentation - call build.bat + rem call build.bat timeout-minutes: 10 - name: core:math/big tests shell: cmd