Skip to content

Commit

Permalink
docs: run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervantrijffel committed Oct 22, 2024
1 parent 289a5d5 commit fdc86e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Run the snippets in debug mode:
just test-all
```

Run the snippets in release mode:
Run clippy validations and tests in parallel:

```shell
just test-all --release
just clippy-release & just test-all
```

0 comments on commit fdc86e6

Please sign in to comment.