cargo publish is target-specific

This commit is contained in:
Kornel 2026-01-16 17:12:32 +00:00 committed by Kornel
parent 9bb20132ed
commit a88541930f

View File

@ -259,7 +259,9 @@ jobs:
#
# Both of these may no longer be the case after updating the BoringSSL
# submodules to a new revision, so it's important to test this on CI.
run: cargo publish --dry-run -p boring-sys
run: cargo publish --dry-run --target ${{ matrix.target }} -p boring-sys
shell: bash
env: ${{ matrix.custom_env }}
test-fips:
name: Test FIPS integration