Skip to content

Update to Rust 2024 edition #434

Update to Rust 2024 edition

Update to Rust 2024 edition #434

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: cargo test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- run: |
rustup toolchain install
- uses: michaelkaye/setup-matrix-synapse@e080023c56271cab986b83db75edba570fafb88b # main
with:
uploadLogs: true
httpPort: 8008
disableRateLimiting: true
customConfig: |
{
"enable_registration_without_verification": true,
"enable_registration": true
}
- run: cargo test
env:
RUST_BACKTRACE: 1
RUST_LOG: info,micro=trace,matrix=trace,ruma=trace,test=trace