mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
Tweak tests workflow
This commit is contained in:
parent
2feebe536e
commit
e0820759c0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -21,12 +21,11 @@ jobs:
|
||||||
uses: ./.github/actions/build-dependencies
|
uses: ./.github/actions/build-dependencies
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Clippy requires nightly due to serai-runtime requiring it
|
|
||||||
rust-toolchain: ${{ steps.nightly.outputs.version }}
|
rust-toolchain: ${{ steps.nightly.outputs.version }}
|
||||||
rust-components: clippy
|
rust-components: clippy
|
||||||
|
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
run: cargo clippy --all-features --all-targets -- -D warnings -A dead_code
|
run: cargo clippy --all-features --all-targets -- -D warnings
|
||||||
|
|
||||||
deny:
|
deny:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue