From 60d92dcffffff4a9d9fe5dcdf1ea3ec7fbca489c Mon Sep 17 00:00:00 2001 From: Tokuhiro Matsuno Date: Mon, 30 Jan 2023 10:40:49 +0900 Subject: [PATCH] =?UTF-8?q?cargo=20deny=20=E3=81=AE=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=81=AF=E6=99=82=E9=96=93?= =?UTF-8?q?=E3=81=8C=E3=81=8B=E3=81=8B=E3=82=8B=E3=81=AE=E3=81=A7=E3=80=81?= =?UTF-8?q?=20test=20=E3=82=92=E5=85=88=E3=81=AB=E8=B5=B0=E3=82=89?= =?UTF-8?q?=E3=81=9B=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-simple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-simple.yml b/.github/workflows/ci-simple.yml index e088754..51a8a5e 100644 --- a/.github/workflows/ci-simple.yml +++ b/.github/workflows/ci-simple.yml @@ -37,7 +37,7 @@ jobs: components: clippy, rustfmt - run: cargo fmt --all --check - run: cargo clippy -- -D warnings + - run: cargo test - run: cargo install --locked cargo-deny - run: cargo deny check - - run: cargo test