From ce2f926ff750edabc349dc32bb331abd246b99a1 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Tue, 7 Sep 2021 20:24:02 +0200 Subject: Separate math/big test. --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3