Skip to content

Commit aec0e40

Browse files
authored
chore(ci): Remove miri ci for swc_ecma_codegen and swc_ecma_minifier (#9664)
**Description:** Running miri for `swc_ecma_codegen` and `swc_ecma_minifier` is too slow. Miri on `swc_ecma_codegen` consumes up to 4 hours, and miri on `swc_ecma_minifier` consumes up to 6 hours, which exceeded github's 6 hour limit and makes ci bound to error. Since they do not introduce too much unsafe code, I think we'd better remove the miri tests for them or run partial tests in a reasonable time.
1 parent 87b4e10 commit aec0e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ jobs:
501501
- string_enum
502502
- swc
503503
- swc_bundler
504-
- swc_ecma_codegen
505-
- swc_ecma_minifier
504+
# - swc_ecma_codegen
505+
# - swc_ecma_minifier
506506
steps:
507507
- uses: actions/checkout@v4
508508
with:

0 commit comments

Comments
 (0)