Skip to content

Commit cdc3f13

Browse files
committed
test: update nvim-test
1 parent f7e1875 commit cdc3f13

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

justfile

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
deps:
22
#!/usr/bin/env bash
33
set -euo pipefail
4-
mkdir -p deps
5-
if [ ! -d "deps/plenary.nvim" ]; then
6-
git -C deps clone https://github.com/nvim-lua/plenary.nvim
7-
fi
84
if [ ! -d "nvim-test" ]; then
9-
git clone https://github.com/lewis6991/nvim-test
5+
git clone --depth 1 --branch v1.1.1 https://github.com/lewis6991/nvim-test
106
fi
117

128
init: deps
139
#!/usr/bin/env bash
1410
nvim-test/bin/nvim-test --init
1511

16-
test nvim_version="v0.10.3": init
12+
test nvim_version="v0.10.4": init
1713
#!/usr/bin/env bash
1814
nvim-test/bin/nvim-test --target_version {{nvim_version}}
1915

0 commit comments

Comments
 (0)