From a716ec61b99f2fbfba9dfee71e144e4b758c8ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 3 Nov 2020 18:43:55 +0100 Subject: [PATCH] Remove the fmt and clippy jobs --- .github/workflows/test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbb4533f6..5409e47e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,12 +39,12 @@ jobs: command: bench args: --no-run - - uses: actions-rs/cargo@v1 - with: - command: fmt - args: -- --check + # - uses: actions-rs/cargo@v1 + # with: + # command: fmt + # args: -- --check - - uses: actions-rs/cargo@v1 - with: - command: clippy - args: --all-targets -- -D warnings + # - uses: actions-rs/cargo@v1 + # with: + # command: clippy + # args: --all-targets -- -D warnings