diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-12-27 15:29:40 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-12-27 15:29:40 +0100 |
| commit | 68d2b7bb899f7fea53a626289aadcbb410ef6b8f (patch) | |
| tree | 20ee147418eda06eaba3d73c9f08d99d449313c0 /.github/workflows | |
| parent | d667809e0a5281493683d335d4b49824b85902f9 (diff) | |
Disable doc tests for now.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |