We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5af813f + 831de4c commit 1491694Copy full SHA for 1491694
.gitignore
@@ -1,3 +1,4 @@
1
-book
2
-tests/src/*
+/book
+/tests/src/*
3
+/tests/target
4
Cargo.lock
README.md
@@ -17,7 +17,16 @@ To preview your changes locally:
17
```
18
cargo install mdbook --version "^0.4" --force
19
mdbook build --open
20
-mdbook test
+```
21
+
22
+`mdbook test` does not currently work, see: https://github.com/rust-random/book/issues/79
23
24
+As a workaround, please run:
25
26
27
+cd tests
28
+./generate.sh
29
+cargo test
30
31
32
## License
0 commit comments