This commit is contained in:
2025-03-01 13:43:19 +01:00
parent b5c81c5316
commit b7220dcef2
2 changed files with 3 additions and 9 deletions

View File

@@ -97,6 +97,6 @@ jobs:
# Test the engine
- name: Test Vulkan
run: |
xmake config --vulkan-tests=y --yes
xmake config --vulkan-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --unitybuild=y --yes
xmake build --yes VulkanUnitTests
xmake run --yes VulkanUnitTests