Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 26, 2024
1 parent efacccf commit e52f7e1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
with:
neovim: true
version: v0.10.2
- name: Debug neovim install
run: |
which nvim
nvim --version
ls -la /home/runner/nvim-v0.10.2/lib
ls -la /home/runner/nvim-v0.10.2/lib/nvim
- name: Build LuaJIT
run: |
git clone --depth 1 --branch v2.1 https://github.com/LuaJIT/LuaJIT
Expand All @@ -39,7 +33,5 @@ jobs:
echo "LUA_LIB_NAME=luajit" >> $GITHUB_ENV
- name: Install latest stable `rustc`
uses: dtolnay/rust-toolchain@stable
- name: Build stuff
run: cargo build --workspace --features neovim-0-10
- name: Check target dir
run: ls /home/runner/work/nvim-oxi/nvim-oxi/target/nvim_oxi_tests/tests/debug
- name: Test
run: cargo test --workspace --features neovim-0-10

0 comments on commit e52f7e1

Please sign in to comment.