|
@@ -206,7 +206,7 @@ jobs:
|
|
|
name: love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}-dbg
|
|
|
path: pdb/Release/*.pdb
|
|
|
- name: Run All Tests
|
|
|
- run: "build/love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}.exe" "testing" --console --runAllTests
|
|
|
+ run: love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}.exe testing --console --runAllTests
|
|
|
- name: Test Report
|
|
|
uses: dorny/test-reporter@v1
|
|
|
with:
|