Skip to content

Add CPU count configuration to test framework #1209

Add CPU count configuration to test framework

Add CPU count configuration to test framework #1209

# 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