Skip to content

refactor: Move prefix on async lazy cell to postfix #55

refactor: Move prefix on async lazy cell to postfix

refactor: Move prefix on async lazy cell to postfix #55

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart test
- name: Run web tests
run: dart test -p chrome