Skip to content

fix(deps): update rust crate rstml to v0.11.2 #224

fix(deps): update rust crate rstml to v0.11.2

fix(deps): update rust crate rstml to v0.11.2 #224

Workflow file for this run

name: Integration Tests
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: wasm-pack test --headless --chrome --features dom,app
working-directory: crates/hirola-core
- run: wasm-pack test --headless --firefox --features dom,app
working-directory: crates/hirola-core
- run: wasm-pack test --headless --chrome --features dom,app
- run: wasm-pack test --headless --firefox --features dom,app