Skip to content

feat: Add performance tests for Mvimg decoding and data extraction #4

feat: Add performance tests for Mvimg decoding and data extraction

feat: Add performance tests for Mvimg decoding and data extraction #4

Workflow file for this run

name: Unit test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze lib
- run: dart test