Skip to content

Commit

Permalink
Auto Deploy (fix: typo (#312)) 16c5311
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2024
1 parent 9da1557 commit 9f54101
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ch11-02-running-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h3 id="테스트를-병렬-혹은-연속으로-실행하기"><a class="header"
간섭을 일으켰기 때문입니다. 한 가지 해결책은 각 테스트가 서로 다른 파일을 쓰도록 확실히 하는 것일 겁니다;
또 다른 해결책은 테스트를 한 번에 하나씩만 실행하는 것입니다.</p>
<p>만일 여러분이 테스트들을 병렬적으로 실행하고 싶지 않을 경우, 혹은 여러분이 사용되는 스레드의 개수에
대한 더 정밀한 제어를 하고 싶을 경우, 여러분은 <code>--test-threads</code> 플리그와 테스트 바이너리에서
대한 더 정밀한 제어를 하고 싶을 경우, 여러분은 <code>--test-threads</code> 플래그 테스트 바이너리에서
사용하고 싶은 스레드 개수를 넘길 수 있습니다. 다음 예제를 봅시다:</p>
<pre><code class="language-text">$ cargo test -- --test-threads=1
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -8945,7 +8945,7 @@ <h3 id="테스트를-병렬-혹은-연속으로-실행하기"><a class="header"
간섭을 일으켰기 때문입니다. 한 가지 해결책은 각 테스트가 서로 다른 파일을 쓰도록 확실히 하는 것일 겁니다;
또 다른 해결책은 테스트를 한 번에 하나씩만 실행하는 것입니다.</p>
<p>만일 여러분이 테스트들을 병렬적으로 실행하고 싶지 않을 경우, 혹은 여러분이 사용되는 스레드의 개수에
대한 더 정밀한 제어를 하고 싶을 경우, 여러분은 <code>--test-threads</code> 플리그와 테스트 바이너리에서
대한 더 정밀한 제어를 하고 싶을 경우, 여러분은 <code>--test-threads</code> 플래그 테스트 바이너리에서
사용하고 싶은 스레드 개수를 넘길 수 있습니다. 다음 예제를 봅시다:</p>
<pre><code class="language-text">$ cargo test -- --test-threads=1
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 9f54101

Please sign in to comment.