Skip to content

Explicit bufnum when calling ts.swap_nodes #267

Explicit bufnum when calling ts.swap_nodes

Explicit bufnum when calling ts.swap_nodes #267

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
strategy:
matrix:
channel: [stable] #, nightly]
steps:
- uses: actions/checkout@v2
- uses: extractions/setup-just@v1
- name: Prepare ${{ matrix.channel }}
run: just prepare ${{ matrix.channel }}
- name: Run Tests
run: just test