Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperoni21 authored Dec 18, 2023
1 parent 5c8292b commit 0c11edb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
with:
toolchain: "stable"
components: "rustfmt,clippy"

- name: Add wasm target
run: rustup target add wasm32-unknown-unknown

- name: cargo fmt
run: cargo fmt --all -- --check
Expand All @@ -46,6 +43,7 @@ jobs:
uses: actions-rust-lang/[email protected]
with:
toolchain: "stable"
target: "wasm32-unknown-unknown"

- name: Build
run: cargo wasm --verbose

0 comments on commit 0c11edb

Please sign in to comment.