Skip to content

Commit 34e0617

Browse files
Re-enable prover CI workflow.
1 parent 9ae960b commit 34e0617

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
contents: write
1414
# Needed to post the performance report comments.
1515
pull-requests: write
16+
issues: write
1617
runs-on: ubuntu-latest
1718

1819
steps:
@@ -43,12 +44,12 @@ jobs:
4344

4445
- name: Run performance evaluation
4546
run: |
46-
cargo run --profile prover-ci -- \
47+
cargo run --release -- \
4748
--post-to-gh \
4849
--github-token "${{ secrets.GITHUB_TOKEN }}" \
4950
--pr-number "${{ github.event.pull_request.number }}" \
5051
--commit-hash "${{ github.sha }}" \
51-
working-directory: provers/perf
52+
working-directory: perf
5253
env:
5354
RUSTFLAGS: "-C target-cpu=native -C link-arg=-fuse-ld=lld"
5455

0 commit comments

Comments
 (0)