diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-28 19:44:50 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-28 19:44:50 -0600 |
commit | 832ba63ee267b96de7f6421315dbbb52eadbb80e (patch) | |
tree | 325c477627c12f6efca9c54f63fe3ccb1b165c44 /.milli-ci/test.sh | |
parent | 98fa3e5246e83f8121922281a822a8d76f501750 (diff) | |
download | makers-832ba63ee267b96de7f6421315dbbb52eadbb80e.tar.gz makers-832ba63ee267b96de7f6421315dbbb52eadbb80e.zip |
add sketch of CI config
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 |