diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index eb3c479b..8e7714fb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [master] jobs: - lint: + codecov: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc52eb4c..3b41ec34 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,4 +19,4 @@ jobs: name: Run tests with: command: test - args: --all --locked + args: --locked diff --git a/README.md b/README.md index 6c6e5d70..1c37b1f8 100644 --- a/README.md +++ b/README.md @@ -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.