aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2021-09-07 19:47:37 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2021-09-07 19:51:56 +0200
commitf7601a759b0bd9830fae772bcdab9210097f68bb (patch)
treeca60212798b3fcff6f9387649f3182c1895e60cb /.github/workflows
parent49011f5198290e740263b4d54d041b333dc8bc05 (diff)
Move math/big tests under `tests/`.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 11705c87d..b2caf93aa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -69,14 +69,7 @@ jobs:
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
odin run examples/demo/demo.odin
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 core\math\big\tests
- call build.bat
- timeout-minutes: 10
- - name: core:image and core:compress tests
+ - name: Tests for core:{image,compress,math}
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat