Update rust.yml

This commit is contained in:
G2 2024-04-23 12:40:50 -05:00 committed by GitHub
parent 334c29e98d
commit 36de6bc030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,5 @@ jobs:
run: rustup target add wasm32-unknown-unknown run: rustup target add wasm32-unknown-unknown
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run clippy - name: Run clippy
run: cargo clippy --verbose run: cargo clippy --verbose