Update .gitea/workflows/clippy.yaml
Some checks failed
Test Rust project / test (ubuntu-latest, nightly) (push) Failing after 4s
Test Rust project / test (ubuntu-latest, stable) (push) Failing after 4s

This commit is contained in:
Oliver 2024-07-29 14:35:49 +00:00
parent 6df1e9fa7c
commit a58d0d3969

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@master
- name: Env display
run: echo $PATH
run: which rustup
- name: which
run: which cargo
- name: Run tests
run: cargo test --verbose