ci: run the cargo package check for all targets
This commit is contained in:
parent
2345c2f988
commit
3056660c86
|
|
@ -176,14 +176,6 @@ jobs:
|
||||||
# but for now, make sure that BoringSSL only builds.
|
# but for now, make sure that BoringSSL only builds.
|
||||||
run: cargo check --target ${{ matrix.target }} --all-targets
|
run: cargo check --target ${{ matrix.target }} --all-targets
|
||||||
name: Check tests (iOS)
|
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
|
- name: Test boring-sys cargo package
|
||||||
run: cargo package -p boring-sys
|
run: cargo package -p boring-sys
|
||||||
|
|
||||||
|
|
@ -207,8 +199,9 @@ jobs:
|
||||||
run: ln -s clang clang++-12
|
run: ln -s clang clang++-12
|
||||||
- run: cargo test --features fips
|
- run: cargo test --features fips
|
||||||
name: Run tests
|
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:
|
test-features:
|
||||||
name: Test features
|
name: Test features
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue