summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-03-04 20:53:12 -0600
committerGitHub <noreply@github.com>2023-03-04 20:53:12 -0600
commit98da5039631663ced26d7ad514e15d1e65a72f15 (patch)
tree67c17ab53b33895a89caf7de1841c4320fba07a8 /.github
parentDisambiguate a confusing mess of 'worker_roles', 'workers_roles', 'worker_typ... (diff)
parentUse nightly rustfmt in CI (#15188) (diff)
downloadsynapse-98da5039631663ced26d7ad514e15d1e65a72f15.tar.xz
Merge branch 'develop' into comp-worker-shorthand
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 48a33c2f49..806bd2bfa4 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -156,7 +156,8 @@ jobs:
         # We pin to a specific commit for paranoia's sake.
         uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295
         with:
-          toolchain: 1.58.1
+          # We use nightly so that it correctly groups together imports
+          toolchain: nightly-2022-12-01
           components: rustfmt
       - uses: Swatinem/rust-cache@v2