From 3e509db11228b93e11e8a06895dcb7d167fc8399 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 6 Dec 2023 08:12:29 +0100 Subject: assure package-size check isn't fatal anymore It's more annoying than useful by now. --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e3d4b5b..1ffe9e9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,6 +23,7 @@ jobs: - name: clippy run: cargo clippy - name: Check crate package size (feat. 'cargo diet') + continue-on-error: true run: | curl -LSfs https://raw.githubusercontent.com/the-lean-crate/cargo-diet/master/ci/install.sh | \ sh -s -- --git the-lean-crate/cargo-diet --target x86_64-unknown-linux-musl --tag v1.2.4 -- cgit v1.2.3