Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G2-Games authored Apr 23, 2024
1 parent 36de6bc commit 79e8691
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 79e8691

Please sign in to comment.