Skip to content

Update apache/skywalking-eyes digest to c72515a #406

Update apache/skywalking-eyes digest to c72515a

Update apache/skywalking-eyes digest to c72515a #406

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
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
with:
toolchain: stable
- uses: michaelkaye/setup-matrix-synapse@main
with:
uploadLogs: true
httpPort: 8008
disableRateLimiting: true
customConfig: |
{
"enable_registration_without_verification": true,
"enable_registration": true
}
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
with:
command: test
env:
RUST_BACKTRACE: 1
RUST_LOG: info,micro=trace,matrix=trace,ruma=trace,test=trace