Skip to content

Commit

Permalink
test: include optional deps
Browse files Browse the repository at this point in the history
to include zstd binary
  • Loading branch information
curbengh committed Jun 6, 2024
1 parent 7f2033e commit 18a5d81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: ${{ runner.os }}-npm-cache
restore-keys: ${{ runner.os }}-npm-cache
- name: Install Dependencies
run: npm install
run: npm install --include=optional
- name: Test
run: npm run test
env:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ minify:
- **globOptions** - See [globbing](#globbing) section.
- **level** - Compression level. Range `1-22`. Defaults to `3`, or the value of [`DEFAULT_LEVEL`](https://github.com/mongodb-js/zstd/blob/a3a08c61c9045411c8275e248498dbc583457fb5/src/lib.rs#L9)

### Cannot find module '@mongodb-js/zstd-linux-x64-gnu'

`npm install --include=optional`

## XML

Remove whitespaces in xml.
Expand Down

0 comments on commit 18a5d81

Please sign in to comment.