diff options
author | Nadrieril | 2020-06-25 12:46:02 +0100 |
---|---|---|
committer | GitHub | 2020-06-25 12:46:02 +0100 |
commit | b6efa8dd926cf2d136e3040987d81cdd1934a0fa (patch) | |
tree | 65b6cc777daa0f6d9aa2f5fd0334c5bb1c2106c6 /README.md | |
parent | 3d9c0b12c6b34185e556071ee16401691bfd8e49 (diff) | |
parent | 73efcaada6032640da6caaed266cd6457a5f6966 (diff) |
Merge pull request #170 from Nadrieril/custom-harness
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -129,7 +129,7 @@ $ cargo build ``` ```bash -$ cargo test +$ cargo test -- -q ``` You can also run tests individually by their name: @@ -169,6 +169,8 @@ same name as the corresponding test. #### [Unreleased] +- Fix running tests on Windows. Developing on this lib should now be possible on Windows. + #### [0.5.3] - 2020-05-30 - Support building on Windows |