Skip to content

Improve tunnel state test #1216

Improve tunnel state test

Improve tunnel state test #1216

# Run `cargo fmt --check` on the `test` workspace
---
name: DES Testframework - Check formatting
on:
pull_request:
paths:
- 'test/**/*.rs'
- .github/workflows/rustfmt-test.yml
- rustfmt.toml
workflow_dispatch:
permissions: {}
jobs:
check-formatting-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check formatting
working-directory: test
run: |-
rustfmt --version
cargo fmt -- --check