Skip to content

Migrate tests to Vitest #217

Migrate tests to Vitest

Migrate tests to Vitest #217

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches: [develop]
jobs:
unit:
uses: ./.github/workflows/_unit.yml
fuzz:
uses: ./.github/workflows/_fuzz.yml
e2e:
uses: ./.github/workflows/_e2e.yml