Remove the fmt and clippy jobs

This commit is contained in:
Clément Renault 2020-11-03 18:43:55 +01:00
parent c059924a8f
commit a716ec61b9
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

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