Skip to content

Commit 8841faa

Browse files
Use sus runner binary (not -rsus) to get describe in scope
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3bda2e5 commit 8841faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-ruby-gc-bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
cd $GITHUB_WORKSPACE
109109
110110
echo "=== Running worker_pool test with ruby-${variant} ==="
111-
(timeout 60 ruby -I lib -I fixtures -I /tmp/ext-${variant} -rsus \
111+
(timeout 60 sus -I lib -I fixtures -I /tmp/ext-${variant} \
112112
test/io/event/worker_pool.rb 2>&1 | tail -10; echo "exit_${variant}:$?") || true
113113
echo "--- end ${variant} ---"
114114
done

0 commit comments

Comments
 (0)