Skip to content

Commit 91c5d44

Browse files
syn is now fixed, so we can re-enable checking in CI
1 parent da077ca commit 91c5d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
BENCH_INCLUDE_EXCLUDE_OPTS: [
40-
"--exclude webrender-wrench,style-servo,cargo,rustc,syn",
40+
"--exclude webrender-wrench,style-servo,cargo,rustc",
4141
"--include webrender-wrench,style-servo,cargo --exclude rustc",
4242
]
4343
BUILD_KINDS: [

0 commit comments

Comments
 (0)