Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ jobs:
run: |
./scripts/github/run-cargo-hack.sh ${{ matrix.settings.crate }}

- name: Check unknown variant with transforms
if: matrix.settings.crate == 'swc_ecma_transforms'
run: |
env RUSTFLAGS="--cfg swc_ast_unknown" cargo check -p ${{ matrix.settings.crate }} --features typescript,react,proposal,optimization,module,compat

node-test:
name: Test node bindings - ${{ matrix.os }}
if: >-
Expand Down
Loading
Loading