aboutsummaryrefslogtreecommitdiff
path: root/.milli-ci/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '.milli-ci/test.sh')
-rw-r--r--.milli-ci/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.milli-ci/test.sh b/.milli-ci/test.sh
new file mode 100644
index 0000000..72358e1
--- /dev/null
+++ b/.milli-ci/test.sh
@@ -0,0 +1,4 @@
+#!/bin/sh -ex
+cargo test --no-fail-fast
+cargo clippy
+cargo fmt --check