diff --git a/.cirrus.yml b/.cirrus.yml index 80b8117..059dffd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,7 +20,6 @@ task: - curl -L https://releases.wezm.net/upload-to-s3/0.2.0/upload-to-s3-0.2.0-x86_64-unknown-linux-musl.tar.gz | tar xzf - -C ~/bin test_script: - cargo test - - cargo test --no-default-features # test that it builds without clipboard support publish_script: | tag=$(git describe --exact-match HEAD 2>/dev/null || true) if [ -n "$tag" ]; then