Skip to content

Commit

Permalink
Test min versions build
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 18, 2022
1 parent bc37945 commit dd8aa7a
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 75 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/crypto_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features u32_backend
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features u32_backend,heapless

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

test:
runs-on: ubuntu-latest
strategy:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/crypto_kx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
override: true
- run: cargo build --no-default-features --release --target ${{ matrix.target }}

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

test:
runs-on: ubuntu-latest
strategy:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/crypto_secretstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
override: true
- run: cargo build --no-default-features --release --target ${{ matrix.target }}

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

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

0 comments on commit dd8aa7a

Please sign in to comment.