mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Enable wasm feature when running tests on CI
This commit is contained in:
parent
675da7bfe8
commit
bfb966e2e0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -224,7 +224,7 @@ jobs:
|
|||
|
||||
- name: Run main tests
|
||||
if: ${{ inputs.run-tests && !matrix.cli-only }} # Can't natively run CLI on Github runner's host
|
||||
run: $BUILD_CMD test --target=${{ matrix.target }}
|
||||
run: $BUILD_CMD test --target=${{ matrix.target }} --features=${CLI_FEATURES}
|
||||
|
||||
- name: Run wasm tests
|
||||
if: ${{ inputs.run-tests && !matrix.cli-only && !matrix.use-cross }} # See comment for the "Build wasm library" step
|
||||
|
|
|
|||
Loading…
Reference in a new issue