fix(ci): Separate names of cargo test jobs on linux and mac

This commit is contained in:
Karolin Varner
2025-04-09 08:28:45 +02:00
parent 15699710a0
commit 070d299329

View File

@@ -1,4 +1,4 @@
name: QC
name: QC Mac
on:
push:
branches: [main]
@@ -12,7 +12,7 @@ permissions:
contents: read
jobs:
cargo-test:
cargo-test-mac:
runs-on: warp-macos-13-arm64-6x
steps:
- uses: actions/checkout@v4