Skip to content

Bump version of wasm-bingen to 0.2.94 #5

Bump version of wasm-bingen to 0.2.94

Bump version of wasm-bingen to 0.2.94 #5

Workflow file for this run

name: Test code
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Install the Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
components: rustfmt
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install wasm-bindgen
run: cargo binstall --no-confirm [email protected]
- name: Run tests
run: cargo test