generated from Oliver/discord-bot-template
Update .gitea/workflows/clippy.yaml
This commit is contained in:
parent
43ca1e6089
commit
6df1e9fa7c
@ -13,5 +13,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
rust-version: ${{ matrix.rust }}
|
rust-version: ${{ matrix.rust }}
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
- name: Env display
|
||||||
|
run: echo $PATH
|
||||||
|
run: which rustup
|
||||||
|
run: which cargo
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user