From 1f6e394c2021e0b3616f08466a083b75ecc1c8f5 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 20 Nov 2023 16:05:56 -0700 Subject: [PATCH] CI: minimal-versions fixups --- .github/workflows/ssh-cipher.yml | 3 ++- .github/workflows/ssh-encoding.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ssh-cipher.yml b/.github/workflows/ssh-cipher.yml index 59b97cf..6c133fc 100644 --- a/.github/workflows/ssh-cipher.yml +++ b/.github/workflows/ssh-cipher.yml @@ -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 diff --git a/.github/workflows/ssh-encoding.yml b/.github/workflows/ssh-encoding.yml index 6191274..5a15a96 100644 --- a/.github/workflows/ssh-encoding.yml +++ b/.github/workflows/ssh-encoding.yml @@ -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