summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d140ae..4bd3a92 100644
--- a/README.md
+++ b/README.md
@@ -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