Skip to content

fix: add node wrapping for A_ArrayExpr, A_Indices, A_Indirection, A_S… #409

fix: add node wrapping for A_ArrayExpr, A_Indices, A_Indirection, A_S…

fix: add node wrapping for A_ArrayExpr, A_Indices, A_Indirection, A_S… #409

Workflow file for this run

name: Parser tests
on:
push:
workflow_dispatch:
jobs:
parser-tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: deps
run: yarn
- name: build
run: yarn build
- name: deparser
run: cd ./packages/deparser && yarn test
- name: proto-parser
run: cd ./packages/proto-parser && yarn test
- name: utils
run: cd ./packages/utils && yarn test
- name: transform
run: cd ./packages/transform && yarn test