hirola 0.3.0

Hirola is an un-opinionated web framework that is focused on simplicity and predictability
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