We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953ad23 commit f855ff6Copy full SHA for f855ff6
.github/workflows/x509-cert.yml
@@ -64,6 +64,12 @@ jobs:
64
toolchain: ${{ matrix.rust }}
65
override: true
66
- uses: RustCrypto/actions/cargo-hack-install@master
67
+ - name: Install zlint
68
+ run: |
69
+ wget -O /tmp/zlint.tar.gz https://github.com/zmap/zlint/releases/download/v3.4.1/zlint_3.4.1_Linux_x86_64.tar.gz
70
+ tar -C /tmp/ -zxf /tmp/zlint.tar.gz --strip-components 1
71
+ mv /tmp/zlint ${RUNNER_TOOL_CACHE}
72
+ echo "${RUNNER_TOOL_CACHE}" >> $GITHUB_PATH
73
- run: cargo hack test --feature-powerset
74
75
fuzz:
0 commit comments