diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d2e2d47..e12630e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,4 +30,4 @@ jobs: run: cargo build --verbose - name: Test - run: cargo test --all --verbose + run: cargo test --workspace --verbose diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb99aa35..83f8560c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ A brief overview of the project's structure: 3. Run the tests: ```sh - cargo test + cargo test --workspace ``` 4. Format the code (requires `rustfmt` nightly):