Skip to content

feat(test): passed case of flex_wrap_wrap_to_child_height #22

feat(test): passed case of flex_wrap_wrap_to_child_height

feat(test): passed case of flex_wrap_wrap_to_child_height #22

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- name: Repl
run: |
cargo build
- name: Test
run: |
cargo test