diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-10-04 02:07:54 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-10-04 02:07:54 +0200 |
| commit | de8f6709f7a6d90d89a18b4ba2f177070397b684 (patch) | |
| tree | 5f5f1ed6e4c3b82c3d9eb3896e2bda0824e8c25b /.github | |
| parent | 683753db969b3042b3fbaddda712ee3c3837990e (diff) | |
Disable issues tests for the moment.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 558781a0a..0d8e10d59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,13 +158,6 @@ jobs: cd tests\core\math\big call build.bat timeout-minutes: 10 - - name: Odin issues tests - shell: cmd - run: | - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat - cd tests\issues - call run.bat - timeout-minutes: 10 - name: Odin check examples/all for Windows 32bits shell: cmd run: | |