Skip to content

Commit

Permalink
fix small typos in test running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeletier authored and SanderMertens committed Aug 17, 2024
1 parent 02c8c26 commit 7cd3967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Run the following commands to run all tests (use `-j` to specify the number of t

```bash
# Core test suite
bake run test/api -- -j 4
bake run test/core -- -j 4

# Addon tests
bake run test/addons -- -j 4
Expand All @@ -55,7 +55,7 @@ bake run test/addons -- -j 4
bake run test/meta -- -j 4

# C++ tests
bake run test/cpp_api -- -j 4
bake run test/cpp -- -j 4
```

To run tests with asan enabled, add `--cfg sanitize` to the command:
Expand Down

0 comments on commit 7cd3967

Please sign in to comment.