Skip to content

state machine (#57) #281

state machine (#57)

state machine (#57) #281

Workflow file for this run

name: Build
on:
push:
jobs:
components:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'components'
context:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'context'
coro:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'coro'
fiber:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'fiber'
executor:
uses: ./.github/workflows/target_build_types.yaml
with:
target: 'executor'