diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-07 20:13:03 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-09-07 20:13:03 +0200 |
| commit | c0c7b4cbda818150dc05fcac874a7d22aa73eb39 (patch) | |
| tree | 5b7a17dcf26526ac853893cce3446dec7fa76500 | |
| parent | fcb23abce435c34edb4464b9c349c91aab50d1f8 (diff) | |
Rename CI tests.
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files 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 |