diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-03 13:45:35 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-03 13:45:35 -0600 |
commit | e6c4f309cafe2d0900a96f9c3ca3ac44fc2cd3f0 (patch) | |
tree | 84334ec9075029fb1893f6ba946c501c028a08ef /.gitlab-ci.yml | |
parent | 94049a42a0f61ab9f3ec7a0ea109a2e0ac9edfcc (diff) | |
download | makers-e6c4f309cafe2d0900a96f9c3ca3ac44fc2cd3f0.tar.gz makers-e6c4f309cafe2d0900a96f9c3ca3ac44fc2cd3f0.zip |
don't break the POSIX build oops
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7149ec..bd9dff9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,5 @@ test: - cargo test --no-fail-fast --no-default-features - rustup component add clippy - cargo clippy - - cargo clippy --no-default-features - rustup component add rustfmt - cargo fmt -- --check |