mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
try lovec instead
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user