Skip to content

add timeout after kill for test setup #11

add timeout after kill for test setup

add timeout after kill for test setup #11

Workflow file for this run

name: Run Clippy Check
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: |
rustup update
- name: Run Clippy Check
run: |
cargo clippy -- -Dwarnings