diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-04-06 16:09:44 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-04-06 16:09:44 +0200 |
| commit | 100e907890eb6c710c42c322fce3ec8a6b0184c2 (patch) | |
| tree | 2b5d90aec8b1dc071274af5f312ed0e184b7ba47 /.github | |
| parent | 383c2225532f70cd05919334f663f3abd5620508 (diff) | |
Temporarily disable doc tests.
Diffstat (limited to '.github')
| -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 5fb98fca4..8c0b977e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\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 |