From a55453e634ed28321903b72b9ecd2bfa327c9bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Wed, 11 Nov 2020 11:14:57 +0100 Subject: [PATCH] Avoid compiling benchmarks and speedup the CI --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5409e47e6..c5565b0c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,10 +34,10 @@ jobs: with: command: test - - uses: actions-rs/cargo@v1 - with: - command: bench - args: --no-run + # - uses: actions-rs/cargo@v1 + # with: + # command: bench + # args: --no-run # - uses: actions-rs/cargo@v1 # with: