diff options
Diffstat (limited to '.milli-ci/test.sh')
-rw-r--r-- | .milli-ci/test.sh | 4 |
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 |