mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 04:03:48 +01:00
Speed up generate sample config CI lint (#15340)
This commit is contained in:
parent
8a47bf13ef
commit
57481ca694
2 changed files with 9 additions and 0 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
@ -34,6 +34,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- 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
|
||||
with:
|
||||
python-version: "3.x"
|
||||
|
|
1
changelog.d/15340.misc
Normal file
1
changelog.d/15340.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Speed up sample config CI job.
|
Loading…
Reference in a new issue