File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
86
86
# Run Standalone tests
87
87
- |
88
88
{% if platform.name == "win" %}
89
- utr.bat --suite=playmode --player-load-path=build/players --artifacts_path=build/test-results --testproject={{ project.path }} --playergraphicsapi=Null --reruncount=1 --clean-library-on-rerun
89
+ utr.bat --suite=playmode --player-load-path=build/players --artifacts_path=build/test-results --testproject={{ project.path }} --testfilter=Unity.Netcode.RuntimeTests.* -- playergraphicsapi=Null --reruncount=1 --clean-library-on-rerun
90
90
{% else %}
91
- ./utr --suite=playmode --player-load-path=build/players --artifacts_path=build/test-results --testproject={{ project.path }} --playergraphicsapi=Null --reruncount=1 --clean-library-on-rerun
91
+ ./utr --suite=playmode --player-load-path=build/players --artifacts_path=build/test-results --testproject={{ project.path }} --testfilter=Unity.Netcode.RuntimeTests.* -- playergraphicsapi=Null --reruncount=1 --clean-library-on-rerun
92
92
{% endif %}
93
93
94
94
artifacts :
You can’t perform that action at this time.
0 commit comments