Skip to content

Commit 59c2f43

Browse files
committed
removing integration tests from pipeline
1 parent 50b70fc commit 59c2f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
working-directory: ${{github.workspace}}/build/
9393
# Execute tests defined by the CMake configuration.
9494
# 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
95+
run: ctest -C ${{env.BUILD_TYPE}} --verbose --extra-verbose --debug -T test --output-on-failure -E Integration.VulkanEngine RendererTest.BasicSetup
9696
- name: Build Code Coverage
9797
run: |
9898
llvm-profdata merge -sparse ${{github.workspace}}/build/Test/compile/default.profraw -o ${{github.workspace}}/build/compileTestSuite.profdata

0 commit comments

Comments
 (0)