Skip to content

Commit f9c10eb

Browse files
Divvy up CI a bit
1 parent 4d9aff9 commit f9c10eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
test_benchmarks:
3737
strategy:
3838
matrix:
39-
BENCH_INCLUDE_EXCLUDE_OPTS: ["--exclude script-servo", "--include script-servo"]
39+
BENCH_INCLUDE_EXCLUDE_OPTS: [
40+
"--exclude script-servo,webrender-wrench,style-servo",
41+
"--include webrender-wrench,style-servo",
42+
"--include script-servo",
43+
]
4044
name: Test benchmarks
4145
runs-on: ubuntu-latest
4246
steps:

0 commit comments

Comments
 (0)