Browse Source

remove deprecated feature flag from CI

pull/4/head
mmagician 4 months ago
parent
commit
04d75b08a9
No known key found for this signature in database GPG Key ID: BDEF1AAE14CCE516
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      .github/workflows/ci.yml

+ 0
- 5
.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:

Loading…
Cancel
Save