From 40b2894ae4ade5461469aaa337862a586d16eac6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 5 Sep 2023 22:10:51 -0400 Subject: better tests, caught some bugs --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..7f2266c --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +t = "test -- --nocapture --color always" -- cgit v1.2.3