From c0c7b4cbda818150dc05fcac874a7d22aa73eb39 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Tue, 7 Sep 2021 20:13:03 +0200 Subject: [PATCH] Rename CI tests. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2caf93aa..e3ad8ecbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Odin run run: ./odin run examples/demo/demo.odin timeout-minutes: 10 - - name: core:image and core:compress tests + - name: Core library tests run: | cd tests/core make @@ -69,7 +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: Tests for core:{image,compress,math} + - name: Core library tests shell: cmd run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat