Skip to content

Commit 7f28b32

Browse files
committed
Investigating the cause of the flaky test "test_tracepoint_disable"
1 parent 45bcf5b commit 7f28b32

File tree

9 files changed

+9
-1852
lines changed

9 files changed

+9
-1852
lines changed

.github/workflows/compilers.yml

Lines changed: 0 additions & 958 deletions
This file was deleted.

.github/workflows/macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ jobs:
139139

140140
- name: make ${{ matrix.test_task }}
141141
run: |
142-
ulimit -c unlimited
143-
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
142+
for i in {1..1000}; do
143+
make test-all
144+
done
144145
timeout-minutes: 60
145146
env:
146147
RUBY_TESTOPTS: "-q --tty=no"

.github/workflows/mingw.yml

Lines changed: 0 additions & 164 deletions
This file was deleted.

.github/workflows/rjit.yml

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)