diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45e75357f..75824e3db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,6 +212,8 @@ jobs: echo "Checking $api ..." && echo "$smokeResult" | grep -q "Check $api: Supported" done echo "Printing CUDA version: ..." && nvcc --version + echo "Printing Vulkan SDK version: ..." && vulkaninfo | grep -i version + fi if [[ "${{matrix.os}}" == "macos" ]] @@ -236,7 +238,7 @@ jobs: -expected-failure-list tests/expected-failure-github.txt \ -skip-reference-image-generation \ -show-adapter-info \ - -enable-debug-layers false + -enable-debug-layers true else "$bin_dir/slang-test" \ -use-test-server \ @@ -245,7 +247,7 @@ jobs: -expected-failure-list tests/expected-failure-no-gpu.txt \ -skip-reference-image-generation \ -show-adapter-info \ - -enable-debug-layers false + -enable-debug-layers true fi - name: Run Slang examples if: steps.filter.outputs.should-run == 'true' && matrix.platform != 'wasm' && matrix.full-gpu-tests |
