summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-23 21:37:10 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-23 21:37:10 +0700
commitec1b1bbfa36cc78870be63c1922fb98a52ea19f5 (patch)
tree94451083314e330f52c2337b356c4aa32e2e3979 /.github
parent679a96c26f532d96ae46985830513217bcff47ed (diff)
downloadlibgd-ec1b1bbfa36cc78870be63c1922fb98a52ea19f5.tar.gz
enable test on windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-release-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-release-build.yml b/.github/workflows/cmake-release-build.yml
index 1800dca..195ddd6 100644
--- a/.github/workflows/cmake-release-build.yml
+++ b/.github/workflows/cmake-release-build.yml
@@ -119,7 +119,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel 4
- name: Test
- if: contains(matrix.os, 'ubuntu') or contains(matrix.os, 'windows')
+ if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'windows')
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail