We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7c407 commit e6dbf71Copy full SHA for e6dbf71
1 file changed
.github/workflows/build-msvc.yml
@@ -31,6 +31,7 @@ jobs:
31
config:
32
- build_type: Release
33
- build_type: Debug
34
+ exclude: "stable_t<hybrid_adapter>"
35
36
build_tools: '-T ClangCL'
37
@@ -55,4 +56,7 @@ jobs:
55
56
env:
57
CTEST_OUTPUT_ON_FAILURE: 1
58
working-directory: ${{runner.workspace}}/build
- run: ctest -C ${{matrix.config.build_type}} --no-tests=error
59
+ run: |
60
+ ctest -C ${{matrix.config.build_type}} `
61
+ -E "${{matrix.config.exclude}}" `
62
+ --no-tests=error
0 commit comments