Update .gitea/workflows/clippy.yaml

This commit is contained in:
Oliver 2024-07-29 14:34:56 +00:00
parent 43ca1e6089
commit 6df1e9fa7c

View File

@ -13,5 +13,9 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
- name: Env display
run: echo $PATH
run: which rustup
run: which cargo
- name: Run tests
run: cargo test --verbose