We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ea693 commit 9a62638Copy full SHA for 9a62638
1 file changed
.github/workflows/ci.yml
@@ -33,6 +33,11 @@ jobs:
33
with:
34
node-version: ${{ matrix.node-version }}
35
cache: yarn
36
+ - name: Build native CLI and compile dictionaries
37
+ run: |
38
+ cmake -B build -DBUILD_WASM=OFF
39
+ cmake --build build --target suzume-cli --parallel
40
+ cmake --build build --target build-dict
41
- run: yarn install --immutable
42
- run: yarn build
43
- run: yarn test
0 commit comments