Unverified Commit 62f4d7de authored by Niklas Adolfsson's avatar Niklas Adolfsson
Browse files

fix clippy job all-targets

parent f5870e2d
Pipeline #227945 canceled with stages
in 2 minutes and 5 seconds
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
uses: actions-rs/clippy-check@v1 uses: actions-rs/clippy-check@v1
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features args: --all-features --all-targets
check-docs: check-docs:
name: Check rustdoc name: Check rustdoc
...@@ -167,20 +167,13 @@ jobs: ...@@ -167,20 +167,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v3.1.0 - 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 - name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh 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 uses: browser-actions/setup-firefox@latest
- name: Setup chrome - name: Install chrome
uses: browser-actions/setup-chrome@latest uses: browser-actions/setup-chrome@latest
- name: Download Substrate - name: Download Substrate
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment