1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +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: - run:
name: Check format name: Check format
command: cargo fmt --all -- --check command: cargo fmt --all -- --check
- run: # - run:
name: Run clippy # name: Run clippy
no_output_timeout: 1h # no_output_timeout: 1h
command: cargo clippy -j 1 -- -D warnings # command: cargo clippy -j 1 -- -D warnings
- run: - run:
name: Run tests name: Run tests
no_output_timeout: 1h no_output_timeout: 1h