Add test build with UseLargeWorlds=true for Github Actions

This commit is contained in:
Wojtek Figat
2022-06-13 19:13:28 +02:00
parent ffce2005da
commit 4967b27ff7

View File

@@ -32,3 +32,7 @@ jobs:
Binaries/Tests/Linux/x64/Development/FlaxTests
mono Source/Platforms/DotNet/NUnit/nunit3-console.exe Binaries/Tools/FlaxEngine.Tests.dll --framework=mono-4.0
mono Source/Platforms/DotNet/NUnit/nunit3-console.exe Binaries/Tools/Flax.Build.Tests.dll --framework=mono-4.0
- name: Test UseLargeWorlds
run: |
./Development/Scripts/Linux/CallBuildTool.sh -build -log -arch=x64 -platform=Linux -configuration=Development -buildtargets=FlaxTestsTarget -UseLargeWorlds=true
Binaries/Tests/Linux/x64/Development/FlaxTests