Skip to content

Commit 8384f9a

Browse files
committed
Try sequential testing for UnrealEngine
1 parent 4d33efd commit 8384f9a

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
@@ -394,7 +394,7 @@ jobs:
394394
395395
cd "$GITHUB_WORKSPACE/sdks/unreal"
396396
cargo --version
397-
cargo test
397+
cargo test --test-threads=1
398398
'
399399
400400
cli_docs:

0 commit comments

Comments
 (0)