diff options
author | Pierre Joye <pierre.php@gmail.com> | 2021-08-23 21:37:10 +0700 |
---|---|---|
committer | Pierre Joye <pierre.php@gmail.com> | 2021-08-23 21:37:10 +0700 |
commit | ec1b1bbfa36cc78870be63c1922fb98a52ea19f5 (patch) | |
tree | 94451083314e330f52c2337b356c4aa32e2e3979 /.github | |
parent | 679a96c26f532d96ae46985830513217bcff47ed (diff) | |
download | libgd-ec1b1bbfa36cc78870be63c1922fb98a52ea19f5.tar.gz |
enable test on windows
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake-release-build.yml | 2 |
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 |