Skip to content

Commit

Permalink
chore: ignore dead code warn
Browse files Browse the repository at this point in the history
  • Loading branch information
adiwajshing committed Oct 29, 2024
1 parent adf0718 commit 0efe5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
git clone https://github.com/iden3/circom.git -b v2.2.0 circom-lib
cd circom-lib
cargo install --path circom
RUSTFLAGS="$RUSTFLAGS -A dead_code" cargo install --path circom
- name: Install dependencies
working-directory: ./${{ matrix.package-dir }}
Expand Down

0 comments on commit 0efe5cf

Please sign in to comment.