From 139e62d1fb6d05253e8eda2a425d7b55842f840b Mon Sep 17 00:00:00 2001 From: Alice Bowman Date: Thu, 13 Jun 2024 12:34:06 +0200 Subject: [PATCH] fixed indentation --- .github/workflows/qc.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/qc.yaml b/.github/workflows/qc.yaml index 6e96775..fb7db8d 100644 --- a/.github/workflows/qc.yaml +++ b/.github/workflows/qc.yaml @@ -127,23 +127,23 @@ jobs: # by `cargo test`) to be _big enough_. Setting it to 8 MiB - run: RUST_MIN_STACK=8388608 cargo test --workspace --all-features - cargo-test-mac: - runs-on: macos-13 - steps: - - uses: actions/checkout@v3 - - uses: actions/cache@v3 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - # liboqs requires quite a lot of stack memory, thus we adjust - # the default stack size picked for new threads (which is used - # by `cargo test`) to be _big enough_. Setting it to 8 MiB - - run: RUST_MIN_STACK=8388608 cargo test --workspace --all-features + cargo-test-mac: + runs-on: macos-13 + steps: + - uses: actions/checkout@v3 + - uses: actions/cache@v3 + with: + path: | + ~/.cargo/bin/ + ~/.cargo/registry/index/ + ~/.cargo/registry/cache/ + ~/.cargo/git/db/ + target/ + key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + # liboqs requires quite a lot of stack memory, thus we adjust + # the default stack size picked for new threads (which is used + # by `cargo test`) to be _big enough_. Setting it to 8 MiB + - run: RUST_MIN_STACK=8388608 cargo test --workspace --all-features cargo-test-nix-devshell-x86_64-linux: runs-on: