]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Add just check
authorMatt Joiner <anacrolix@gmail.com>
Thu, 17 Oct 2024 23:54:02 +0000 (10:54 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 17 Oct 2024 23:58:01 +0000 (10:58 +1100)
justfile [new file with mode: 0644]

diff --git a/justfile b/justfile
new file mode 100644 (file)
index 0000000..42bd0ba
--- /dev/null
+++ b/justfile
@@ -0,0 +1,2 @@
+check:
+    go test -run @ -failfast ./... > /dev/null