diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-01 23:36:14 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-01 23:36:14 -0600 |
commit | 0793cbaa213c8237a3b916b368a13727e9b643ca (patch) | |
tree | 31e26a5a039a4862cdae46df34bc8b87211b7a29 /.milli-ci/test.sh | |
parent | d12f9f563968ea8471b4929936ac4f8553810428 (diff) | |
download | makers-0793cbaa213c8237a3b916b368a13727e9b643ca.tar.gz makers-0793cbaa213c8237a3b916b368a13727e9b643ca.zip |
use someone else's CI since i'm not rolling my own anytime soon
Diffstat (limited to '.milli-ci/test.sh')
-rw-r--r-- | .milli-ci/test.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.milli-ci/test.sh b/.milli-ci/test.sh deleted file mode 100644 index 46c4a2a..0000000 --- a/.milli-ci/test.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -ex -cargo test --no-fail-fast -cargo clippy -cargo fmt -- --check |