diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 761b1055d..5f8b91b31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: cd core\math\big\tests call build.bat timeout-minutes: 10 - - name: core:image tests + - name: core:image and core:compress tests shell: cmd run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat diff --git a/tests/core/build.bat b/tests/core/build.bat index 428fb5624..f2a810cac 100644 --- a/tests/core/build.bat +++ b/tests/core/build.bat @@ -1,4 +1,6 @@ @echo off +set COMMON=-show-timings -no-bounds-check -vet -strict-style +set PATH_TO_ODIN==..\..\odin python3 download_assets.py -odin test image -vet -strict-style -odin test compress -vet -strict-style \ No newline at end of file +%PATH_TO_ODIN% test image %COMMON% +%PATH_TO_ODIN% test compress %COMMON% \ No newline at end of file