Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Nov 26, 2024
1 parent 8484daf commit a5602b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@

name: Unit tests

on:
pull_request:
paths:
- '.github/workflows/test.yaml'
- 'example/**'
- 'moe.nimble'
- 'src/**'
- 'tests/**'
on: push

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions tests/texmode.nim
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ template handleLspInitialize(status: var EditorStatus) =
if lspClient.readable.get:
let res = waitFor lspClient.read
if res.get.contains("id") and res.get["id"].getInt == 1:
echo res.get
assert status.lspInitialized(res.get).isOk
assert lspClient.isInitialized
break
Expand Down

0 comments on commit a5602b4

Please sign in to comment.