Skip to content

Commit

Permalink
Amend README and workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartossh committed Aug 24, 2024
1 parent 0f496bb commit d20580a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose -- --test-threads-1
run: cargo test --verbose -- --test-threads=1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Scanner aims to:
- Test (will optimize for performance), remember to use one thread for testsing as the git source shares a single temporary folder and flushes it on finish.

```sh
cargo test -- --nocapture --test-threads-1
cargo test -- --nocapture --test-threads=1
```
- Bench (optimized build)

Expand Down

0 comments on commit d20580a

Please sign in to comment.