mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Remove deprecated --all flag
This commit is contained in:
parent
1c28290035
commit
a13ddef3bb
3 changed files with 3 additions and 3 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
pull_request:
|
||||
branches: [master]
|
||||
jobs:
|
||||
lint:
|
||||
codecov:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
name: Run tests
|
||||
with:
|
||||
command: test
|
||||
args: --all --locked
|
||||
args: --locked
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ by adding the absolute path of the `target/debug` folder to your `PATH` environm
|
|||
TexLab has an extensive test suite of unit and integration tests. You can run them by executing
|
||||
|
||||
```shell
|
||||
cargo test --all
|
||||
cargo test
|
||||
```
|
||||
|
||||
in the project folder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue