Skip to content

Commit 36afd55

Browse files
committed
docs: typo in testing
1 parent 2055a08 commit 36afd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ to run all tests at once. However, we instead recommend using
153153
[nix-fast-build](https://github.com/Mic92/nix-fast-build). The reason for this
154154
is that each individual test takes a while to run, but only uses <=4GiB of RAM
155155
and a limited amount of CPU resources. This means they can easily be evaluated
156-
and run in parallel to save time, but `nix` doesn't to that, so a full test run
156+
and run in parallel to save time, but `nix` doesn't do that, so a full test run
157157
takes >40 minutes on a mid-range system. With `nix-fast-build` you can scale up
158158
the number of workers depending on your system's capabilities. It also utilizes
159159
[`nix-output-monitor`](https://github.com/maralorn/nix-output-monitor) to give

0 commit comments

Comments
 (0)