Update rust.yml

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

View file

@ -18,7 +18,9 @@ jobs:
- uses: actions/checkout@v3
- name: Setup rust environment
run: rustup target add wasm32-unknown-unknown
- name: Build
run: cargo build --verbose
- name: Build WASM
run: cargo build --verbose --target wasm32-unknown-unknown
- name: Build Native (Linux)
run: cargo build --verbose --target x86_64-unknown-linux-gnu
- name: Run clippy
run: cargo clippy --verbose