diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-28 19:48:48 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-28 19:48:48 -0600 |
commit | d10ad4b37f726180e3da562a1fbb6cbbd106ef58 (patch) | |
tree | 4221fe535ac712f0232076c5c7fa1d472f940b72 /.milli-ci | |
parent | 832ba63ee267b96de7f6421315dbbb52eadbb80e (diff) | |
download | makers-d10ad4b37f726180e3da562a1fbb6cbbd106ef58.tar.gz makers-d10ad4b37f726180e3da562a1fbb6cbbd106ef58.zip |
apparently that's not how that works
Diffstat (limited to '.milli-ci')
-rw-r--r-- | .milli-ci/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.milli-ci/test.sh b/.milli-ci/test.sh index 72358e1..46c4a2a 100644 --- a/.milli-ci/test.sh +++ b/.milli-ci/test.sh @@ -1,4 +1,4 @@ #!/bin/sh -ex cargo test --no-fail-fast cargo clippy -cargo fmt --check +cargo fmt -- --check |