summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-06 08:12:29 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-06 08:12:29 +0100
commit3e509db11228b93e11e8a06895dcb7d167fc8399 (patch)
tree0420c5ffe43ab586b4b0eeed39ffd35797e4e44b /.github
parent09fd59febbf7fefe93d064718d640290b2957b21 (diff)
assure package-size check isn't fatal anymore
It's more annoying than useful by now.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml1
1 files changed, 1 insertions, 0 deletions
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