Skip to content

Commit

Permalink
ci(workflow): update ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Apr 9, 2023
1 parent 450c0a1 commit 3bba6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -232,7 +232,7 @@ jobs:
os: ubuntu-latest
runner: ubuntu-latest
check: |
cargo hack check --feature-powerset --no-dev-deps --exclude-features debug --exclude-features plugin --exclude-features plugin_transform_schema_v1 --exclude-features plugin_transform_schema_vtest --exclude-features plugin-bytecheck
cargo hack check --feature-powerset --no-dev-deps --exclude-features debug --exclude-features plugin --exclude-features plugin_transform_schema_v1 --exclude-features plugin_transform_schema_vtest --exclude-features plugin-bytecheck --exclude-features plugin_transform_host_js
- crate: swc
os: windows-latest
runner: windows-latest
Expand Down
4 changes: 3 additions & 1 deletion crates/swc_core/tests/fixture/stub_wasm/Cargo.toml
Expand Up @@ -24,7 +24,9 @@ swc_core = { path = "../../../../swc_core", features = [
"binding_macro_wasm",
"ecma_transforms",
"ecma_visit",
"plugin_transform_host_js",
# Disabled for now, until resolve type mismatches. Refer bindings/binding_core_wasm/Cargo.toml
# for the detail.
# "plugin_transform_host_js",
] }
tracing = { version = "0.1.37", features = ["max_level_off"] }
wasm-bindgen = { version = "0.2.82", features = ["enable-interning"] }

0 comments on commit 3bba6dd

Please sign in to comment.