Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Oct 10, 2023
1 parent 088e534 commit d6499da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
powershell.exe C:/VulkanSDK/1.3.231.1/runtime/x64/vulkaninfo.exe --summary
- name: Run Tests (vulkan)
run: |
powershell.exe ./love-12.0-win64/love-12.0-win64/lovec.exe ./ --renderers vulkan --isRunner
powershell.exe ./love-12.0-win64/love-12.0-win64/lovec.exe ./ --runAllTests --renderers vulkan --isRunner
- name: Love Test Report (vulkan)
uses: ellraiser/love-test-report@main
with:
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
# linux vulkan tests
- name: Run Test Suite (vulkan)
run: |
love12/love12.AppImage main.lua --renderers vulkan --isRunner
love12/love12.AppImage main.lua --runAllTests --renderers vulkan --isRunner
- name: Love Test Report (vulkan)
uses: ellraiser/love-test-report@main
with:
Expand Down

0 comments on commit d6499da

Please sign in to comment.