Skip to content

Commit e6dbf71

Browse files
committed
Exclude test stable_t<hybrid_adapter> for MSVC Debug job
1 parent aa7c407 commit e6dbf71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-msvc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
config:
3232
- build_type: Release
3333
- build_type: Debug
34+
exclude: "stable_t<hybrid_adapter>"
3435
- build_type: Debug
3536
build_tools: '-T ClangCL'
3637

@@ -55,4 +56,7 @@ jobs:
5556
env:
5657
CTEST_OUTPUT_ON_FAILURE: 1
5758
working-directory: ${{runner.workspace}}/build
58-
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

Comments
 (0)