Skip to content

Commit

Permalink
CI: minimal-versions fixups (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Nov 20, 2023
1 parent 03e1145 commit a93b40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ssh-cipher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
stable-cmd: cargo test --all-features --release
working-directory: ${{ github.workflow }}

no_std:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ssh-encoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
stable-cmd: cargo test --all-features --release
working-directory: ${{ github.workflow }}

no_std:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a93b40f

Please sign in to comment.