Update rust.yml

This commit is contained in:
Shunsuke Shibayama 2022-09-10 21:47:19 +09:00
parent 9985e3e3ef
commit cd36ecee15

View file

@ -21,3 +21,7 @@ jobs:
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings