File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
4747 # Run Standalone tests
4848 - |
4949{% if platform.name == "win" %}
50- utr --suite=playmode --platform={{ platform.standalone }} --player-load-path=build/players --artifacts_path=build/test-results --scripting-backend={{ backend }} --testfilter=Unity.Netcode.RuntimeTests --reruncount=1 --clean-library-on-rerun
50+ utr --suite=playmode --platform={{ platform.standalone }} --player-load-path=build/players --artifacts_path=build/test-results --scripting-backend={{ backend }} --testfilter=Unity.Netcode.RuntimeTests --reruncount=1 --clean-library-on-rerun --playergraphicsapi=Null
5151{% else %}
52- ./utr --suite=playmode --platform={{ platform.standalone }} --player-load-path=build/players --artifacts_path=build/test-results --scripting-backend={{ backend }} --testfilter=Unity.Netcode.RuntimeTests --reruncount=1 --clean-library-on-rerun
52+ ./utr --suite=playmode --platform={{ platform.standalone }} --player-load-path=build/players --artifacts_path=build/test-results --scripting-backend={{ backend }} --testfilter=Unity.Netcode.RuntimeTests --reruncount=1 --clean-library-on-rerun --playergraphicsapi=Null
5353{% endif %}
5454
5555 artifacts :
@@ -62,4 +62,4 @@ desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
6262{% endfor -%}
6363{% endfor -%}
6464{% endfor -%}
65- {% endfor -%}
65+ {% endfor -%}
You can’t perform that action at this time.
0 commit comments