Skip to content

Commit

Permalink
CI: Enable strict attestation check in release-check
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Oct 5, 2024
1 parent 25af071 commit f05b065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
cargo test --tests --examples --verbose --features streams
- name: Build from auto-download
if: ${{ env.RELEASE_TAG != '' }}
env:
MOZJS_ATTESTATION: strict
run: |
cargo build --verbose --features streams
cargo test --tests --examples --verbose --features streams

0 comments on commit f05b065

Please sign in to comment.