Skip to content

Commit

Permalink
ci: use neorocks to run tests (#161)
Browse files Browse the repository at this point in the history
* ci: use neorocks to run tests

* docs(generated): update doc/neotest-haskell.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
  • Loading branch information
mrcjkb and Github Actions authored May 7, 2024
1 parent 422b759 commit 02154f3
Show file tree
Hide file tree
Showing 69 changed files with 472 additions and 341 deletions.
12 changes: 12 additions & 0 deletions .busted
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
},
default = {
verbose = true
},
tests = {
verbose = true
},
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Session.vim
result
dist-newstyle
.stack-work
.luarc.json
3 changes: 3 additions & 0 deletions doc/neotest-haskell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,7 @@ FrameworkSpec *FrameworkSpec*
{modules} (string[]) The modules to query for in test files, to determine if this framework can be used.


neotest-haskell.Adapter : neotest *neotest-haskell.Adapter*


vim:tw=78:ts=8:noet:ft=help:norl:
Loading

0 comments on commit 02154f3

Please sign in to comment.