From da0fe8f325c22c40566c9f0eaccf970e145c51e5 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Dec 2021 09:28:42 -0600 Subject: [PATCH] chore(ci): Lint release builds --- .github/workflows/ci.yml | 2 ++ .github/workflows/rust-next.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da7e9c62..0fe3f3f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,3 +181,5 @@ jobs: run: make clippy-minimal - name: Lint (all) run: make clippy-full + - name: Lint (release) + run: make clippy-release diff --git a/.github/workflows/rust-next.yml b/.github/workflows/rust-next.yml index 266a0587..f66a6497 100644 --- a/.github/workflows/rust-next.yml +++ b/.github/workflows/rust-next.yml @@ -106,3 +106,5 @@ jobs: run: make clippy-minimal - name: Lint All run: make clippy-full + - name: Lint (release) + run: make clippy-release