Skip to content

fix(unparser): fixed precedence for subscriptions (#16) #61

fix(unparser): fixed precedence for subscriptions (#16)

fix(unparser): fixed precedence for subscriptions (#16) #61

Workflow file for this run

name: Test
on:
push:
branches: ["dev"]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose