Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
jsonrpsee
Commits
62f4d7de
Unverified
Commit
62f4d7de
authored
Nov 21, 2022
by
Niklas Adolfsson
Browse files
fix clippy job all-targets
parent
f5870e2d
Pipeline
#227945
canceled with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
62f4d7de
...
...
@@ -46,7 +46,7 @@ jobs:
uses
:
actions-rs/clippy-check@v1
with
:
token
:
${{ secrets.GITHUB_TOKEN }}
args
:
--all-features
args
:
--all-features
--all-targets
check-docs
:
name
:
Check rustdoc
...
...
@@ -167,20 +167,13 @@ jobs:
steps
:
-
uses
:
actions/checkout@v3.1.0
-
name
:
Install Rust stable toolchain
uses
:
actions-rs/toolchain@v1.0.7
with
:
profile
:
minimal
toolchain
:
stable
override
:
true
-
name
:
Install wasm-pack
run
:
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
-
name
:
Setup
firefox
-
name
:
Install
firefox
uses
:
browser-actions/setup-firefox@latest
-
name
:
Setup
chrome
-
name
:
Install
chrome
uses
:
browser-actions/setup-chrome@latest
-
name
:
Download Substrate
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment