remove deprecated feature flag from CI

This commit is contained in:
mmagician
2024-07-18 00:02:32 +02:00
parent a6cde195f8
commit 04d75b08a9

View File

@@ -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: