cargo publish is target-specific
This commit is contained in:
parent
9bb20132ed
commit
a88541930f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user