Skip to content

Fix nvim_oxi::api::notify() #937

Fix nvim_oxi::api::notify()

Fix nvim_oxi::api::notify() #937

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Neovim v0.10.2
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v0.10.2
- name: Set LuaJIT env vars
run: |
echo "LUA_LIB=$(nvim --cmd "echo stdpath('config')" --headless -c q)" >> $GITHUB_ENV
echo "LUA_LIB_NAME=luajit" >> $GITHUB_ENV
- name: Install latest stable `rustc`
uses: dtolnay/rust-toolchain@stable
- name: Build stuff
run: cargo test --workspace --features neovim-0-10 notify_custom
- name: Check target dir
run: ls /home/runner/work/nvim-oxi/nvim-oxi/target/nvim_oxi_tests/tests/debug