diff options
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 |