Remove deprecated --all flag

This commit is contained in:
Eric Förster 2020-05-14 12:06:49 +02:00
parent 1c28290035
commit a13ddef3bb
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ on:
pull_request:
branches: [master]
jobs:
lint:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

View file

@ -19,4 +19,4 @@ jobs:
name: Run tests
with:
command: test
args: --all --locked
args: --locked

View file

@ -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.