mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Speed up pydantic CI lint (#15339)
This commit is contained in:
parent
2e936afd5f
commit
8a47bf13ef
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -95,6 +95,14 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
- name: Install Rust
|
||||||
|
# There don't seem to be versioned releases of this action per se: for each rust
|
||||||
|
# version there is a branch which gets constantly rebased on top of master.
|
||||||
|
# We pin to a specific commit for paranoia's sake.
|
||||||
|
uses: dtolnay/rust-toolchain@fc3253060d0c959bea12a59f10f8391454a0b02d
|
||||||
|
with:
|
||||||
|
toolchain: 1.58.1
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
- uses: matrix-org/setup-python-poetry@v1
|
- uses: matrix-org/setup-python-poetry@v1
|
||||||
with:
|
with:
|
||||||
poetry-version: "1.3.2"
|
poetry-version: "1.3.2"
|
||||||
|
1
changelog.d/15339.misc
Normal file
1
changelog.d/15339.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Speed up pydantic CI job.
|
Loading…
Reference in New Issue
Block a user