Skip to content

unary: Unary operations #75

unary: Unary operations

unary: Unary operations #75

Workflow file for this run

name: Run all tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Tree-sitter up
uses: tree-sitter/setup-action/cli@v1
- name: Run tests
uses: tree-sitter/parser-test-action@v2
with:
test-rust: false # ${{runner.os == 'Linux'}}