We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cfa05 commit 67dfdfeCopy full SHA for 67dfdfe
.github/workflows/release.yml
@@ -49,6 +49,11 @@ jobs:
49
- runner: windows-latest
50
target: x86_64-pc-windows-msvc
51
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
+
57
runs-on: ${{ matrix.platform.runner }}
58
steps:
59
- name: Run checkout
@@ -62,7 +67,7 @@ jobs:
62
67
components: rustfmt, clippy
63
68
64
69
- 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 }}"
66
71
72
linux:
73
name: Linux
0 commit comments