Separate math/big test.

This commit is contained in:
Jeroen van Rijn
2021-09-07 20:24:02 +02:00
parent c0c7b4cbda
commit ce2f926ff7
3 changed files with 21 additions and 15 deletions

View File

@@ -76,3 +76,10 @@ jobs:
cd tests\core
call build.bat
timeout-minutes: 10
- name: core:math/big tests
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd tests\core\math\big
call build.bat
timeout-minutes: 10