Run check-formatting CI job on a mac mini
This commit is contained in:
parent
d49e35f947
commit
24e0a027ee
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -19,7 +19,9 @@ env:
|
|||
jobs:
|
||||
rustfmt:
|
||||
name: Check formatting
|
||||
runs-on: self-hosted
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- test
|
||||
steps:
|
||||
- name: Install Rust
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue