mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Remove the fmt and clippy jobs
This commit is contained in:
parent
c059924a8f
commit
a716ec61b9
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@ -39,12 +39,12 @@ jobs:
|
||||
command: bench
|
||||
args: --no-run
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: -- --check
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: fmt
|
||||
# args: -- --check
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --all-targets -- -D warnings
|
||||
# - uses: actions-rs/cargo@v1
|
||||
# with:
|
||||
# command: clippy
|
||||
# args: --all-targets -- -D warnings
|
||||
|
Loading…
Reference in New Issue
Block a user