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

ignore clippy

This commit is contained in:
schaeff 2022-04-05 09:38:39 +02:00
parent 6588f103dc
commit 471370b462

View file

@ -46,10 +46,10 @@ jobs:
- run:
name: Check format
command: cargo fmt --all -- --check
- run:
name: Run clippy
no_output_timeout: 1h
command: cargo clippy -j 1 -- -D warnings
# - run:
# name: Run clippy
# no_output_timeout: 1h
# command: cargo clippy -j 1 -- -D warnings
- run:
name: Run tests
no_output_timeout: 1h