aboutsummaryrefslogtreecommitdiff
path: root/goodfile
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-22 12:26:04 -0700
committeriximeow <me@iximeow.net>2024-06-22 12:26:04 -0700
commit2bbeeec8cf26c1b165cdc5e6548b28bbc3c1d6a3 (patch)
treee96d808768bf10f6a5c9f7358ff7e8fa8dca8809 /goodfile
parent0c69ee37f98ce616df5237cbe74952c2a28cc5cb (diff)
be more careful about what does and doesnt need alloc
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.