try lovec instead

This commit is contained in:
ell
2023-10-06 15:02:12 +01:00
parent 6a0ff067c8
commit 5ac5438cb4
2 changed files with 16 additions and 11 deletions
+2 -2
View File
@@ -206,9 +206,9 @@ jobs:
name: love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}-dbg
path: pdb/Release/*.pdb
- name: Build Test Exe
run: cmake --build build --config Release --target testbuild
run: cmake --build build --config Release --target install
- name: Run All Tests
run: testbuild\love.exe ./testing/main.lua --console
run: install\lovec.exe ./testing/main.lua
- name: Love Test Report
uses: ellraiser/love-test-report@main
with: