mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 07:40:30 -08:00
fix(ci): Separate names of cargo test jobs on linux and mac
This commit is contained in:
4
.github/workflows/qc-mac.yaml
vendored
4
.github/workflows/qc-mac.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user