Skip to content

fix(deps): update rust crate strum to 0.26.0 (#89) #639

fix(deps): update rust crate strum to 0.26.0 (#89)

fix(deps): update rust crate strum to 0.26.0 (#89) #639

Workflow file for this run

name: Integration Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: wasm-pack test --headless --chrome
working-directory: crates/hirola-dom
- run: wasm-pack test --headless --firefox
working-directory: crates/hirola-dom
- run: wasm-pack test --headless --chrome
- run: wasm-pack test --headless --firefox