We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931b232 commit 86c56d1Copy full SHA for 86c56d1
.github/workflows/Linux.yml
@@ -69,7 +69,7 @@ jobs:
69
cmake --build ${{ github.workspace }}/${{ env.BUILD_DIR }} --preset "$PRESET"
70
71
- name: Run Unit/Integration tests
72
- working-directory: ${{github.workspace}}/${{ env.BUILD_DIR }}
+ working-directory: ${{ env.BUILD_DIR }}
73
run: ctest -C ${{env.BUILD_TYPE}} --verbose --extra-verbose --debug -T test --output-on-failure -E Integration.VulkanEngine RendererTest.BasicSetup
74
75
- name: Run fuzzer tests
0 commit comments