From 04d75b08a944b719ad7b6e877a13b5729a92884c Mon Sep 17 00:00:00 2001 From: mmagician Date: Thu, 18 Jul 2024 00:02:32 +0200 Subject: [PATCH] remove deprecated feature flag from CI --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b8be55..5a1b894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,6 @@ jobs: export PATH=$HOME/bin:$PATH cargo test - - name: cargo test circom 2 feature flag - run: | - export PATH=$HOME/bin:$PATH - cargo test --features circom-2 - lint: runs-on: ubuntu-latest steps: