Skip to content

Commit d922a81

Browse files
Run the ractor only tests in CI too
1 parent e0881a6 commit d922a81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ jobs:
3737
MIN_BENCH_TIME: '0'
3838
continue-on-error: ${{ matrix.continue-on-error || false }}
3939

40+
- name: Test run_benchmarks.rb --ractor-only
41+
run: ./run_benchmarks.rb --ractor-only
42+
env:
43+
WARMUP_ITRS: '1'
44+
MIN_BENCH_ITRS: '1'
45+
MIN_BENCH_TIME: '0'
46+
continue-on-error: ${{ matrix.continue-on-error || false }}
47+
4048
- name: Test run_benchmarks.rb --graph
4149
run: |
4250
sudo apt-get update

0 commit comments

Comments
 (0)