Skip to content

Commit 8c22386

Browse files
committed
Eliminated some options in running the unreal tests
1 parent 7213e91 commit 8c22386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ jobs:
397397
398398
cd "$GITHUB_WORKSPACE/sdks/unreal"
399399
cargo --version
400-
cargo test -p sdk-unreal-test-harness --test test -- --test-threads=1 --nocapture
400+
cargo test -- --test-threads=1
401401
'
402402
403403
cli_docs:

0 commit comments

Comments
 (0)