Skip to content

Commit

Permalink
cmpv2: re-enable minimal versions CI job (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Aug 7, 2023
1 parent 6827f79 commit ff3ade6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cmpv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,default,std

# TODO: This can be re-enabled once a release of crmf is available (> 0.2.0-pre.0)
# minimal-versions:
# uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
# with:
# working-directory: ${{ github.workflow }}
minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff3ade6

Please sign in to comment.