Skip to content

Commit fe2e6eb

Browse files
committed
refactor: pass --do-not-cache-result to prevent shared cache corruption
1 parent 35c4872 commit fe2e6eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/run-random-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ run_component_tests() {
486486
"$test_dir"
487487
"--colors=never"
488488
"--no-coverage"
489+
"--do-not-cache-result"
489490
"--order-by=random"
490491
"--random-order-seed=${random_seed}"
491492
"--log-events-text"

0 commit comments

Comments
 (0)