mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Add npm test
to CI
This commit is contained in:
parent
c41a10c293
commit
1739a542f8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -116,5 +116,8 @@ jobs:
|
|||
- run: npm run lint
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm test
|
||||
working-directory: ./editors/code
|
||||
|
||||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
|
|
Loading…
Reference in a new issue