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.
1 parent d2a4fce commit 298041aCopy full SHA for 298041a
graphql_client/build.rs
@@ -1,6 +1,9 @@
1
extern crate skeptic;
2
3
fn main() {
4
- // Generates doc tests for the readme.
5
- skeptic::generate_doc_tests(&["../README.md"]);
+ #[cfg(tests)]
+ {
6
+ // Generates doc tests for the readme.
7
+ skeptic::generate_doc_tests(&["../README.md"]);
8
+ }
9
}
0 commit comments