ci: run the cargo package check for all targets

This commit is contained in:
Eliza Weisman 2023-08-25 14:36:06 -07:00 committed by Ivan Nikulin
parent 2345c2f988
commit 3056660c86
1 changed files with 5 additions and 12 deletions

View File

@ -176,14 +176,6 @@ jobs:
# but for now, make sure that BoringSSL only builds.
run: cargo check --target ${{ matrix.target }} --all-targets
name: Check tests (iOS)
package:
name: Test boring-sys package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update stable && rustup default stable
- name: Test boring-sys cargo package
run: cargo package -p boring-sys
@ -207,8 +199,9 @@ jobs:
run: ln -s clang clang++-12
- run: cargo test --features fips
name: Run tests
- run: cargo package --features fips
name: Test boring-sys cargo package (FIPS)
- name: Test boring-sys cargo package (FIPS)
run: cargo package -p boring-sys--features fips
test-features:
name: Test features