diff options
author | iximeow <me@iximeow.net> | 2023-06-25 04:10:17 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-06-25 04:10:42 -0700 |
commit | a452f1713dfba190b7f1d9be219561e9267b6be7 (patch) | |
tree | fc8c6ca7bf59f9a3db55f9a162dfa44d9f3a84d6 /config | |
parent | 573bc7eae6d72a661e5f97c8bb12b1a0f8be93b3 (diff) |
include default rust goodfile
Diffstat (limited to 'config')
-rw-r--r-- | config/goodfiles/rust.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/goodfiles/rust.lua b/config/goodfiles/rust.lua new file mode 100644 index 0000000..0efda04 --- /dev/null +++ b/config/goodfiles/rust.lua @@ -0,0 +1,3 @@ +Build.run({"cargo", "build"}, {step="build"}) +Build.run({"cargo", "test"}, {step="test"}) +Build.metric("test metric", 5) |