diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-11 00:40:52 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-11 00:40:52 +0200 |
| commit | 9dafd77bc0098338f35392e4437755aa3d355450 (patch) | |
| tree | 8a264cd51882e4ba86971e2df265f944b379e712 /.github | |
| parent | 2a292b588acc0c6b6b79376b727e40bfa217127a (diff) | |
Turn `core:math/bìg` tests into regular `core:testing` tests.
`core:math/big` has been verified against Python's big integer implementation long enough.
Turn it into a regular regression test using the `core:testing` framework, testing against
a generated corpus of test vectors.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b378b693..401fa9de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,12 +257,6 @@ jobs: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat cd tests\documentation call build.bat - - name: core:math/big tests - shell: cmd - run: | - call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat - cd tests\core\math\big - call build.bat - name: Odin check examples/all for Windows 32bits shell: cmd run: | |