remove timeout
This commit is contained in:
parent
9c475f3d12
commit
853d88d59d
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ jobs:
|
|||
command: cargo fmt --all -- --check
|
||||
- run:
|
||||
name: Run clippy
|
||||
no_output_timeout: 1h
|
||||
command: cargo clippy -j 1 -- -D warnings
|
||||
- run:
|
||||
name: Run tests
|
||||
|
|
Loading…
Reference in a new issue