Skip to content

Commit

Permalink
test(cargo): workaround link failures for napi
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Feb 27, 2024
1 parent 3d2a776 commit 897929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"rust-check-fmt": "cd ../..; cargo fmt -- --check",
"rust-check-clippy": "cargo clippy --workspace --all-targets -- -D warnings -A deprecated",
"rust-check-napi-rustls": "cargo check -p next-swc-napi",
"test-cargo-unit": "cargo nextest run --workspace --release --no-fail-fast"
"test-cargo-unit": "cargo nextest run --workspace --exclude next-swc-napi --release --no-fail-fast --features rustls-tls"
},
"napi": {
"name": "next-swc",
Expand Down

0 comments on commit 897929d

Please sign in to comment.