-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Clippyfy #6341
Clippyfy #6341
Changes from 1 commit
a57a196
00c05ec
c4d80f0
5fc79c9
81fd2a8
d96fd47
c513688
e09df27
0b70674
c27890a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -77,30 +77,12 @@ test-deterministic-wasm: | |
| script: | ||
| - ./scripts/ci/gitlab/test_deterministic_wasm.sh | ||
|
|
||
| cargo-fmt: | ||
| stage: test | ||
| variables: | ||
| RUSTY_CACHIER_TOOLCHAIN: nightly | ||
| extends: | ||
| - .docker-env | ||
| - .test-refs | ||
| script: | ||
| # - rusty-cachier snapshot create | ||
| - cargo +nightly fmt --all -- --check | ||
| # - rusty-cachier cache upload | ||
|
|
||
| cargo-clippy: | ||
| stage: test | ||
| # this is an artificial job dependency, for pipeline optimization using GitLab's DAGs | ||
| needs: | ||
| - job: cargo-fmt | ||
| artifacts: false | ||
| variables: | ||
| RUSTY_CACHIER_TOOLCHAIN: nightly | ||
| extends: | ||
| - .docker-env | ||
| - .test-refs | ||
| script: | ||
| # - rusty-cachier snapshot create | ||
| - SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo +nightly clippy --all-targets | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why unsetting
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just copied what substrate does https://github.com/paritytech/substrate/blob/master/scripts/ci/gitlab/pipeline/test.yml#L51
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where do we get
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is a project from @rcny
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We are going to add
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| # - rusty-cachier cache upload | ||
Uh oh!
There was an error while loading. Please reload this page.