diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 926f033..69f012e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -30,7 +30,7 @@ jobs: - name: Build circom run: | cd circom - cargo build --release + RUSTFLAGS="$RUSTFLAGS -A dead_code" cargo build --release cargo install --path circom - name: Setup node.js