Skip to content

Commit

Permalink
pkcs7: add minimal versions CI job (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Aug 7, 2023
1 parent c512452 commit 6827f79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkcs7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset

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

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 6827f79

Please sign in to comment.