jeapostrophe / racket-langserver

Other
262 stars 24 forks source link

Add a basic GH workflow #117

Closed shhyou closed 1 year ago

shhyou commented 1 year ago

Add a basic CI workflow, running tests with raco test -j 1 -c racket-langserver/tests. (I think GH actions need to be enabled manually in Settings.)

Tested Racket version:

The CI depends on the dependency fix in #116. I can rebase after that PR is merged.