Skip to content

Commit

Permalink
Check that rustls-cert-gen can be build as a standalone package in th…
Browse files Browse the repository at this point in the history
…e CI
  • Loading branch information
stormshield-gt committed Jan 12, 2024
1 parent 6637060 commit 35d8c6f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,21 @@ jobs:
- name: Run the tests with aws_lc_rs backend enabled
run: cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets

# Build rustls-cert-gen as a standalone package, see this PR for why it's needed:
# https://github.com/rustls/rcgen/pull/206#pullrequestreview-1816197358
build-rustls-cert-gen-standalone:
name: Build rustls-cert-gen as a standalone package
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run the tests
run: cargo test --package rustls-cert-gen

coverage:
name: Measure coverage
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35d8c6f

Please sign in to comment.