Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jun 8, 2024
1 parent f8dc4b2 commit 3a4f60e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ jobs:
- name: TS Lint check
run: pnpm exec eslint .

# Build Rust
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install Rust WASM toolchain
run: rustup target add wasm32-unknown-unknown && cargo install -f wasm-bindgen-cli --version 0.2.92

- name: Build example game WASM
run: pnpm run build:game

- name: Run tests
run: pnpm run test
# Build TS
Expand Down

0 comments on commit 3a4f60e

Please sign in to comment.