Skip to content

Commit

Permalink
x509-cert: add certificate builder (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo authored Apr 10, 2023
1 parent 35b6130 commit 98957ae
Show file tree
Hide file tree
Showing 30 changed files with 1,309 additions and 40 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/x509-cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,default,std
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,builder,default,std

minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
install-zlint: true

test:
runs-on: ubuntu-latest
Expand All @@ -59,6 +60,8 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: RustCrypto/actions/cargo-hack-install@master
- name: Install zlint
uses: RustCrypto/actions/zlint-install@master
- run: cargo hack test --feature-powerset

fuzz:
Expand Down
Loading

0 comments on commit 98957ae

Please sign in to comment.