chore: prepare release 1.8.0
This commit is contained in:
parent
84e65ce315
commit
039765bd18
2 changed files with 7 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
runs-on: ${{matrix.os}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
@ -94,8 +95,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- id: toolchain
|
||||
name: Install Rust
|
||||
- name: Install Rust
|
||||
uses: ./
|
||||
with:
|
||||
components: clippy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue