We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b70fc commit 59c2f43Copy full SHA for 59c2f43
.github/workflows/Linux.yml
@@ -92,7 +92,7 @@ jobs:
92
working-directory: ${{github.workspace}}/build/
93
# Execute tests defined by the CMake configuration.
94
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
95
- run: ctest -C ${{env.BUILD_TYPE}} --verbose --extra-verbose --debug -T test --output-on-failure -E SetUp.blob RendererTest.DISABLED_BasicSetup
+ run: ctest -C ${{env.BUILD_TYPE}} --verbose --extra-verbose --debug -T test --output-on-failure -E Integration.VulkanEngine RendererTest.BasicSetup
96
- name: Build Code Coverage
97
run: |
98
llvm-profdata merge -sparse ${{github.workspace}}/build/Test/compile/default.profraw -o ${{github.workspace}}/build/compileTestSuite.profdata
0 commit comments