Skip to content

Commit 67dfdfe

Browse files
committed
Fix release.yml
1 parent c7cfa05 commit 67dfdfe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
- runner: windows-latest
5050
target: x86_64-pc-windows-msvc
5151
toolchain: [stable]
52+
features:
53+
- value: "embedded-ipadic"
54+
package_name: "lindera-python-ipadic"
55+
package_description: "Python binding for Lindera with IPADIC dictionary"
56+
5257
runs-on: ${{ matrix.platform.runner }}
5358
steps:
5459
- name: Run checkout
@@ -62,7 +67,7 @@ jobs:
6267
components: rustfmt, clippy
6368

6469
- name: Run test
65-
run: cargo test --target "${{ matrix.platform.target }}" --all-features
70+
run: cargo test --target "${{ matrix.platform.target }}" --features="${{ matrix.features.value }}"
6671

6772
linux:
6873
name: Linux

0 commit comments

Comments
 (0)