Skip to content

🐛 Remove test command #3

🐛 Remove test command

🐛 Remove test command #3

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: cargo test --manifest-path ./wasm-rs/Cargo.toml
- run: wasm-pack build ./wasm-rs --target web