summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-06-25 12:46:02 +0100
committerGitHub2020-06-25 12:46:02 +0100
commitb6efa8dd926cf2d136e3040987d81cdd1934a0fa (patch)
tree65b6cc777daa0f6d9aa2f5fd0334c5bb1c2106c6 /README.md
parent3d9c0b12c6b34185e556071ee16401691bfd8e49 (diff)
parent73efcaada6032640da6caaed266cd6457a5f6966 (diff)
Merge pull request #170 from Nadrieril/custom-harness
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