Skip to content

Commit 98957ae

Browse files
authored
x509-cert: add certificate builder (#764)
1 parent 35b6130 commit 98957ae

30 files changed

+1309
-40
lines changed

.github/workflows/x509-cert.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ jobs:
3838
toolchain: ${{ matrix.rust }}
3939
targets: ${{ matrix.target }}
4040
- uses: RustCrypto/actions/cargo-hack-install@master
41-
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,default,std
41+
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,builder,default,std
4242

4343
minimal-versions:
4444
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4545
with:
4646
working-directory: ${{ github.workflow }}
47+
install-zlint: true
4748

4849
test:
4950
runs-on: ubuntu-latest
@@ -59,6 +60,8 @@ jobs:
5960
with:
6061
toolchain: ${{ matrix.rust }}
6162
- uses: RustCrypto/actions/cargo-hack-install@master
63+
- name: Install zlint
64+
uses: RustCrypto/actions/zlint-install@master
6265
- run: cargo hack test --feature-powerset
6366

6467
fuzz:

0 commit comments

Comments
 (0)