From 2a8ee871d81ed384d3f276202a857587b402518c Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Wed, 16 Sep 2020 23:14:03 -0700 Subject: [PATCH] Exclude benches from tests --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c8a93a..d7b887b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,12 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --all --all-features -- --skip dpc --skip integration_test + args: "--all \ + --all-features \ + --exclude cp-benches \ + --exclude algebra-benches \ + --exclude ff-fft-benches \ + -- --skip dpc --skip integration_test" check_no_std: name: Check no_std