1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

remove timeout

This commit is contained in:
schaeff 2022-04-04 20:27:06 +02:00
parent 9c475f3d12
commit 853d88d59d

View file

@ -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