ci: use cimaster image
This commit is contained in:
parent
76c27f0324
commit
ff68cfb4e1
1 changed files with 2 additions and 7 deletions
|
|
@ -3,16 +3,11 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
Test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: cimaster-latest
|
||||
steps:
|
||||
- name: 📦 Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: 🦀 Setup Rust
|
||||
uses: https://github.com/ATiltedTree/setup-rust@v1
|
||||
with:
|
||||
rust-version: stable
|
||||
components: clippy
|
||||
- name: 📥 Setup Rust cache
|
||||
- name: 🦀 Setup Rust cache
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
cache-on-failure: "true"
|
||||
|
|
|
|||
Reference in a new issue