Skip to content

Commit d978eb8

Browse files
committed
Added testfilter to run phase of standalone desktop tests
1 parent 59a68e9 commit d978eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/desktop-standalone-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
8686
# Run Standalone tests
8787
- |
8888
{% 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
9090
{% 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
9292
{% endif %}
9393

9494
artifacts:

0 commit comments

Comments
 (0)