Skip to content

refactor: Improve performance test descriptions and comments in `perf… #6

refactor: Improve performance test descriptions and comments in `perf…

refactor: Improve performance test descriptions and comments in `perf… #6

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