Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrasingh committed Jan 16, 2024
1 parent bc0689a commit 78da2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ All settings are stored in [`config.toml`](config.toml) at the project root.

To prevent test from actually modifying system files, I replicated the filesystem needed to run unit test in the `fixtures/` directory. There is also a mock `config.toml` for validating the config parser.

In order to run the entire test suite you must use a single thread. This is becuase `Rust` will by default run tests in parallel which creates a race-condition for files in the `fixtures/` directory.
In order to run the entire test suite you must use a single thread. This is becuase `Rust` will by default run tests in parallel, which creates a race-condition for files in the `fixtures/` directory.

```shell
# use
Expand Down

0 comments on commit 78da2f9

Please sign in to comment.