aboutsummaryrefslogtreecommitdiff
path: root/goodfile
diff options
context:
space:
mode:
Diffstat (limited to 'goodfile')
-rw-r--r--goodfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/goodfile b/goodfile
index 51a1399..5264b18 100644
--- a/goodfile
+++ b/goodfile
@@ -5,6 +5,7 @@ Step.push("build")
Build.run({"cargo", "build"})
Step.advance("test")
+-- TODO: set `-D warnings` here and below...
Build.run({"cargo", "test"}, {name="test default features"})
-- `cargo test` ends up running doc tests. great! but yaxpeax-arch's docs reference items in std only.