adding test

This commit is contained in:
2025-01-12 21:12:11 +01:00
parent 5f7d90b0ec
commit 76483ae32e
4 changed files with 13 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ jobs:
run: xmake --yes
# Test the engine
- name: Build Pulse
- name: Test Vulkan
run: |
xmake config --vulkan-tests=y --yes
xmake build --yes VulkanUnitTests

View File

@@ -91,7 +91,7 @@ jobs:
run: xmake --yes
# Test the engine
- name: Build Pulse
- name: Test Vulkan
run: |
xmake config --vulkan-tests=y --yes
xmake build --yes VulkanUnitTests

View File

@@ -86,7 +86,7 @@ jobs:
run: xmake --yes
# Test the engine
- name: Build Pulse
- name: Test Vulkan
run: |
xmake config --vulkan-tests=y --yes
xmake build --yes VulkanUnitTests