Skip to content

Increase upper limit to 3s in ShutdownRequested_completes_when_inactive_and_inactive_timeout_deferred_by_payload_write test #224

Increase upper limit to 3s in ShutdownRequested_completes_when_inactive_and_inactive_timeout_deferred_by_payload_write test

Increase upper limit to 3s in ShutdownRequested_completes_when_inactive_and_inactive_timeout_deferred_by_payload_write test #224

Workflow file for this run

name: rustfmt
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
rustfmt:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: 📦 Install nightly toolchain
run: |
rustup toolchain install nightly
rustup component add rustfmt --toolchain nightly
- name: 🔎 Format using rustfmt
working-directory: tools/slicec-cs
run: cargo +nightly fmt --check