Skip to content

Commit a9b4347

Browse files
committed
Check that --graph works in CI
1 parent 842444f commit a9b4347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
for benchmark in $SKIP_BENCHMARKS; do
3434
rm -rf "benchmarks/${benchmark}.rb" "benchmarks/${benchmark}/"
3535
done
36-
./run_benchmarks.rb
36+
./run_benchmarks.rb --graph
3737
env:
3838
WARMUP_ITRS: '1'
3939
MIN_BENCH_ITRS: '1'

0 commit comments

Comments
 (0)