Skip to content

Fix svelte-5 migration bug #244

Fix svelte-5 migration bug

Fix svelte-5 migration bug #244

Workflow file for this run

name: Host tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: install packages
run:
sudo apt install ninja-build
- name: compile and run all host tests
run:
make host-test-all