Skip to content

feat(execution-engine)!: stream map to scalar conversion using canon instruction [fixes VM-294] #591

feat(execution-engine)!: stream map to scalar conversion using canon instruction [fixes VM-294]

feat(execution-engine)!: stream map to scalar conversion using canon instruction [fixes VM-294] #591

Workflow file for this run

name: "test"
on:
pull_request:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/workflows/run-tests.yml"
- "!.github/workflows/tests.yml"
push:
branches:
- "master"
paths-ignore:
- "**.md"
- ".github/**"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
aquavm:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}