Merge pull request #6916 from libgit2/ethomson/ci

ci: don't run Windows SHA256 gitdaemon tests
This commit is contained in:
Edward Thomson
2024-10-20 10:12:33 +01:00
committed by GitHub

View File

@@ -55,6 +55,8 @@ jobs:
CMAKE_OPTIONS: -A x64 -DWIN32_LEAKCHECK=ON -DDEPRECATE_HARD=ON -DEXPERIMENTAL_SHA256=ON
SKIP_SSH_TESTS: true
SKIP_NEGOTIATE_TESTS: true
# TODO: this is a temporary removal
SKIP_GITDAEMON_TESTS: true
fail-fast: false
env: ${{ matrix.platform.env }}
runs-on: ${{ matrix.platform.os }}