mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Update .github/workflows/rust.yml
change build for clippy Co-authored-by: June <61218022+itsjunetime@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
|||||||
sudo make install
|
sudo make install
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Clippy
|
||||||
run: cargo build --verbose
|
run: cargo clippy
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|||||||
Reference in New Issue
Block a user