Merge pull request #2952 from nlohmann/fewer_appveyor_builds

Avoid duplicate AppVeyor builds
pull/2954/head
Niels Lohmann 2021-08-18 20:04:25 +02:00 committed by GitHub
commit de4a6346c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -82,3 +82,5 @@ test_script:
# occasional timeouts on AppVeyor.
# More info: https://github.com/nlohmann/json/pull/1570
- if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode" -C "%configuration%" -V -j
skip_branch_with_pr: true