Skip to content

Commit 9801664

Browse files
committed
feat(tests) C# dotnet
1 parent 75bd350 commit 9801664

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/tests/cs.lua

+10
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,13 @@ vim.wait(ms)
2828
vim.api.nvim_set_current_dir(example .. "solution/")
2929
language.action("option4")
3030
vim.wait(ms)
31+
32+
-- Build and run
33+
vim.api.nvim_set_current_dir(example .. "build-and-run-dotnet/")
34+
language.action("option5")
35+
vim.wait(ms)
36+
37+
-- Build
38+
vim.api.nvim_set_current_dir(example .. "build-dotnet/")
39+
language.action("option6")
40+
vim.wait(ms)

0 commit comments

Comments
 (0)