Skip to content

Commit cb232b3

Browse files
GitHub Actions: added Vulkan compatibility mode test
1 parent bdf0de6 commit cb232b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ jobs:
120120
with:
121121
mode: vk_sw
122122

123+
- name: DiligentCoreAPITest VK Compatibility
124+
if: ${{ (success() || failure() && steps.build.outcome == 'success') && (matrix.name == 'Clang' || matrix.name == 'GCC') }}
125+
uses: DiligentGraphics/github-action/run-core-gpu-tests@v1
126+
with:
127+
mode: vk_sw
128+
vk-compatibility: true
129+
123130
- name: DiligentCoreAPITest GL
124131
if: ${{ (success() || failure() && steps.build.outcome == 'success') && (matrix.name == 'Clang' || matrix.name == 'GCC') }}
125132
uses: DiligentGraphics/github-action/run-core-gpu-tests@v1

0 commit comments

Comments
 (0)