From c417fafe2a75d81724db7983d3ef3ebee622751c Mon Sep 17 00:00:00 2001 From: Alice Bowman Date: Thu, 13 Jun 2024 12:30:56 +0200 Subject: [PATCH] fixed qc-yaml test name --- .github/workflows/qc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qc.yaml b/.github/workflows/qc.yaml index f6dced1..6e96775 100644 --- a/.github/workflows/qc.yaml +++ b/.github/workflows/qc.yaml @@ -127,7 +127,7 @@ 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: + cargo-test-mac: runs-on: macos-13 steps: - uses: actions/checkout@v3