diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-07 20:24:02 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-07 20:24:02 +0200 |
| commit | ce2f926ff750edabc349dc32bb331abd246b99a1 (patch) | |
| tree | 4678d6b26d699ac94fff88325f89c2afe4b93ec2 /.github/workflows | |
| parent | c0c7b4cbda818150dc05fcac874a7d22aa73eb39 (diff) | |
Separate math/big test.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3ad8ecbd..ce4f198e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |