mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +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
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Clippy requires nightly due to serai-runtime requiring it
|
||||
rust-toolchain: ${{ steps.nightly.outputs.version }}
|
||||
rust-components: 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:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue